Lines Matching refs:TheU
2506 DwarfCompileUnit *TheU = NU.second; in emitDebugPubSections() local
2507 if (!TheU->hasDwarfPubSections()) in emitDebugPubSections()
2510 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
2516 emitDebugPubSection(GnuStyle, "Names", TheU, TheU->getGlobalNames()); in emitDebugPubSections()
2521 emitDebugPubSection(GnuStyle, "Types", TheU, TheU->getGlobalTypes()); in emitDebugPubSections()
2534 DwarfCompileUnit *TheU, in emitDebugPubSection() argument
2536 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
2537 TheU = Skeleton; in emitDebugPubSection()
2547 emitSectionReference(*TheU); in emitDebugPubSection()
2550 Asm->emitDwarfLengthOrOffset(TheU->getLength()); in emitDebugPubSection()
2564 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity); in emitDebugPubSection()