Searched refs:inlinee (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp697 // The inlinee lines subsection also has file checksum table references
757 // Remap type indices in inlinee line records in place.
759 TypeIndex &inlinee = *const_cast<TypeIndex *>(&line.Header->Inlinee); local
762 if (!remapTypeIndex(inlinee, typeOrItemMap)) {
763 log("bad inlinee line record in " + file.getName() +
764 " with bad inlinee index 0x" + utohexstr(inlinee.getIndex()));
768 // Add the modified inlinee line subsection directly.
809 // inlinee line tables will be incorrect.

Completed in 34 milliseconds