Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 296 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 592 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 744 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 758 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1404 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1451 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1523 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1534 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1545 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1556 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() [all …]
|
H A D | DwarfUnit.h | 300 virtual DwarfCompileUnit &getCU() = 0; 404 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 | 410 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|