Searched refs:getCU (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 307 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 565 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 701 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1298 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructSubrangeDIE() 1344 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructGenericSubrangeDIE() 1414 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1425 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1436 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1447 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() 1750 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName() [all …]
|
D | DwarfUnit.h | 267 virtual DwarfCompileUnit &getCU() = 0; 362 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
D | DwarfCompileUnit.h | 168 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
D | DwarfCompileUnit.cpp | 319 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 275 virtual DwarfCompileUnit &getCU() = 0; 371 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
D | DwarfCompileUnit.h | 163 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
D | DwarfUnit.cpp | 330 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID() 665 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() 1700 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName() 1705 getCU().addGlobalTypeUnitType(Ty, Context); in addGlobalType() 1737 getCU().createTypeDIE(CTy); in finishNonUnitTypeDIE()
|
D | DwarfCompileUnit.cpp | 326 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 316 virtual DwarfCompileUnit &getCU() = 0; 388 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
|
D | DwarfCompileUnit.h | 116 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
|
D | DwarfUnit.cpp | 245 : getCU().getOrCreateSourceID(FileName, DirName); in getOrCreateSourceID() 723 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in getOrCreateTypeDIE()
|