Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h301 virtual DwarfCompileUnit &getCU() = 0;
400 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
DDwarfCompileUnit.h145 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
DDwarfUnit.cpp299 return getCU().getOrCreateSourceID(File); in getOrCreateSourceID()
768 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in getOrCreateTypeDIE()
1733 getCU().addGlobalNameForTypeUnit(Name, Context); in addGlobalName()
1738 getCU().addGlobalTypeUnitType(Ty, Context); in addGlobalType()