Home
last modified time | relevance | path

Searched refs:TheU (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp52 for (const auto &TheU : CUs) { in emitUnits() local
53 DIE &Die = TheU->getUnitDie(); in emitUnits()
54 const MCSection *USection = TheU->getSection(); in emitUnits()
57 TheU->emitHeader(ASectionSym); in emitUnits()
70 for (const auto &TheU : CUs) { in computeSizeAndOffsets() local
71 TheU->setDebugInfoOffset(SecOffset); in computeSizeAndOffsets()
75 TheU->getHeaderSize(); // Unit-specific headers in computeSizeAndOffsets()
79 unsigned EndOffset = computeSizeAndOffset(TheU->getUnitDie(), Offset); in computeSizeAndOffsets()
H A DDwarfDebug.cpp1588 DwarfCompileUnit *TheU = NU.second; in emitDebugPubSection() local
1590 const auto &Globals = (TheU->*Accessor)(); in emitDebugPubSection()
1595 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
1596 TheU = Skeleton; in emitDebugPubSection()
1597 unsigned ID = TheU->getUniqueID(); in emitDebugPubSection()
1614 Asm->EmitSectionOffset(TheU->getLabelBegin(), TheU->getSectionSym()); in emitDebugPubSection()
1617 Asm->EmitInt32(TheU->getLength()); in emitDebugPubSection()
1628 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()