Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp307 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 …]
DDwarfUnit.h267 virtual DwarfCompileUnit &getCU() = 0;
362 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
DDwarfCompileUnit.h168 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
DDwarfCompileUnit.cpp319 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h275 virtual DwarfCompileUnit &getCU() = 0;
371 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
DDwarfCompileUnit.h163 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
DDwarfUnit.cpp330 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()
DDwarfCompileUnit.cpp326 getCU().addLocationAttribute(&NDie, V, GlobalExprs); in getOrCreateCommonBlock()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h316 virtual DwarfCompileUnit &getCU() = 0;
388 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
DDwarfCompileUnit.h116 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
DDwarfUnit.cpp245 : getCU().getOrCreateSourceID(FileName, DirName); in getOrCreateSourceID()
723 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in getOrCreateTypeDIE()