Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:CU

185   SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {}
187 DwarfCompileUnit *CU;
207 /// Maps a CU DIE with its corresponding DwarfCompileUnit.
256 /// If nonnull, stores the CU in which the previous subprogram was contained.
423 DwarfCompileUnit &constructSkeletonCU(const DwarfCompileUnit &CU);
438 /// emit it here if we don't have a skeleton CU for split dwarf.
514 void addDwarfTypeUnitType(DwarfCompileUnit &CU, StringRef Identifier,
555 /// Returns the previous CU that was being updated
580 /// Find the DwarfCompileUnit for the given CU Die.
581 DwarfCompileUnit *lookupUnit(const DIE *CU) const {
582 return CUDieMap.lookup(CU);