Searched refs:TheU (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 34 for (const auto &TheU : CUs) in emitUnits() local 35 emitUnit(TheU.get(), UseOffsets); in emitUnits() 38 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() argument 39 DIE &Die = TheU->getUnitDie(); in emitUnit() 40 MCSection *USection = TheU->getSection(); in emitUnit() 43 TheU->emitHeader(UseOffsets); in emitUnit() 55 for (const auto &TheU : CUs) { in computeSizeAndOffsets() local 56 TheU->setDebugSectionOffset(SecOffset); in computeSizeAndOffsets() 57 SecOffset += computeSizeAndOffsetsForUnit(TheU.get()); in computeSizeAndOffsets() 61 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() argument [all …]
|
D | DwarfDebug.cpp | 1635 DwarfCompileUnit *TheU = NU.second; in emitDebugPubSections() local 1636 if (!TheU->hasDwarfPubSections()) in emitDebugPubSections() 1639 bool GnuStyle = TheU->getCUNode()->getGnuPubnames(); in emitDebugPubSections() 1644 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections() 1649 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections() 1662 DwarfCompileUnit *TheU, in emitDebugPubSection() argument 1664 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection() 1665 TheU = Skeleton; in emitDebugPubSection() 1679 emitSectionReference(*TheU); in emitDebugPubSection() 1682 Asm->emitInt32(TheU->getLength()); in emitDebugPubSection() [all …]
|
D | DwarfFile.h | 89 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
|
D | DwarfDebug.h | 393 DwarfCompileUnit *TheU,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 61 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 …]
|
D | DwarfFile.h | 82 unsigned computeSizeAndOffsetsForUnit(DwarfUnit *TheU);
|
D | DwarfDebug.cpp | 1316 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()
|