Home
last modified time | relevance | path

Searched refs:getOutputUnitDIE (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.h110 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
DDwarfLinker.cpp1687 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit()
2234 11 /* Unit Header size */, 0, CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
2262 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2264 Linker.Streamer->emitDIE(*CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp227 DIE *getOutputUnitDIE() const { return CUDie; } in getOutputUnitDIE() function in llvm::dsymutil::__anond69ad1180111::CompileUnit
2988 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit()
3415 if (!CurrentUnit.getOutputUnitDIE()) in cloneAllCompileUnits()
3417 Linker.Streamer->emitDIE(*CurrentUnit.getOutputUnitDIE()); in cloneAllCompileUnits()