Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 296 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1372 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1419 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1490 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1501 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1512 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1815 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName() [all …]
|
| H A D | DwarfUnit.h | 286 virtual DwarfCompileUnit &getCU() = 0; 383 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()
|