Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 295 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1371 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1418 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() 1819 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName() [all …]
|
| H A D | DwarfUnit.h | 298 virtual DwarfCompileUnit &getCU() = 0; 402 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
| H A D | DwarfCompileUnit.h | 200 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
| H A D | DwarfCompileUnit.cpp | 395 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|