Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp295 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 DDwarfUnit.h286 virtual DwarfCompileUnit &getCU() = 0;
387 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()