Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp61 for (const auto &TheU : CUs) in emitUnits() local
62 emitUnit(TheU.get(), UseOffsets); in emitUnits()
65 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() argument
66 DIE &Die = TheU->getUnitDie(); in emitUnit()
67 MCSection *USection = TheU->getSection(); in emitUnit()
70 TheU->emitHeader(UseOffsets); in emitUnit()
82 for (const auto &TheU : CUs) { in computeSizeAndOffsets() local
83 TheU->setDebugInfoOffset(SecOffset); in computeSizeAndOffsets()
84 SecOffset += computeSizeAndOffsetsForUnit(TheU.get()); in computeSizeAndOffsets()
88 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() argument
[all …]
DDwarfFile.h82 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
DDwarfDebug.cpp1316 DwarfCompileUnit *TheU = NU.second; in emitDebugPubSection() local
1318 const auto &Globals = (TheU->*Accessor)(); in emitDebugPubSection()
1323 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
1324 TheU = Skeleton; in emitDebugPubSection()
1341 Asm->emitDwarfSymbolReference(TheU->getLabelBegin()); in emitDebugPubSection()
1344 Asm->EmitInt32(TheU->getLength()); in emitDebugPubSection()
1355 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()