Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 332 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 614 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 805 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 819 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1188 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1585 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1627 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1677 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1749 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1760 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() [all …]
|
| H A D | DwarfUnit.h | 310 virtual DwarfCompileUnit &getCU() = 0; 423 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
| H A D | DwarfCompileUnit.h | 206 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
| H A D | DwarfCompileUnit.cpp | 434 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|