Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:TheU

1412     DwarfCompileUnit *TheU = NU.second;
1414 const auto &Globals = (TheU->*Accessor)();
1419 if (auto *Skeleton = TheU->getSkeleton())
1420 TheU = Skeleton;
1437 Asm->emitDwarfSymbolReference(TheU->getLabelBegin());
1440 Asm->EmitInt32(TheU->getLength());
1451 dwarf::PubIndexEntryDescriptor Desc = computeIndexValue(TheU, Entity);