Lines Matching defs:TheU
2766 DwarfCompileUnit *TheU = NU.second;
2767 if (!TheU->hasDwarfPubSections())
2770 bool GnuStyle = TheU->getCUNode()->getNameTableKind() ==
2776 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames());
2781 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes());
2794 DwarfCompileUnit *TheU,
2796 if (auto *Skeleton = TheU->getSkeleton())
2797 TheU = Skeleton;
2807 emitSectionReference(*TheU);
2810 Asm->emitDwarfLengthOrOffset(TheU->getLength());
2824 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity);