Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 295 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 593 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 727 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 741 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1370 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1417 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1488 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1499 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1510 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1521 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() [all …]
|
| H A D | DwarfUnit.h | 286 virtual DwarfCompileUnit &getCU() = 0; 387 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
| H A D | DwarfCompileUnit.h | 170 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
| H A D | DwarfCompileUnit.cpp | 375 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|