Home
last modified time | relevance | path

Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp296 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 DDwarfUnit.h286 virtual DwarfCompileUnit &getCU() = 0;
383 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
H A DDwarfCompileUnit.h170 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
H A DDwarfCompileUnit.cpp375 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()