Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp295 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 DDwarfUnit.h298 virtual DwarfCompileUnit &getCU() = 0;
402 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
H A DDwarfCompileUnit.h200 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
H A DDwarfCompileUnit.cpp395 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()