Searched refs:getCU (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 302 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 586 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 722 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1318 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1365 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1435 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1446 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1457 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1468 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1765 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName() [all …]
|
| H A D | DwarfUnit.h | 285 virtual DwarfCompileUnit &getCU() = 0; 379 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
| H A D | DwarfCompileUnit.h | 168 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
| H A D | DwarfCompileUnit.cpp | 347 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|