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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1064 "Encountered multiple inlinee lines subsections!");
1123 TypeIndex inlinee = line.Header->Inlinee; local
1129 if (!remapTypeIndex(inlinee, typeOrItemMap)) {
1130 log("ignoring inlinee line record in " + file.getName() +
1131 " with bad inlinee index 0x" + utohexstr(inlinee.getIndex()));
1138 newInlineeLines->addInlineSite(inlinee, filename, sourceLine);
1197 // Rewrite inlinee item indices if present.

Completed in 96 milliseconds