Searched refs:TheU (Results 1 – 3 of 3) sorted by relevance
61 for (const auto &TheU : CUs) in emitUnits() local62 emitUnit(TheU.get(), UseOffsets); in emitUnits()65 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() argument66 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() local83 TheU->setDebugInfoOffset(SecOffset); in computeSizeAndOffsets()84 SecOffset += computeSizeAndOffsetsForUnit(TheU.get()); in computeSizeAndOffsets()88 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() argument[all …]
82 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
1316 DwarfCompileUnit *TheU = NU.second; in emitDebugPubSection() local1318 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()