Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h109 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h106 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1667 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit()
2185 CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
2226 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2232 Emitter->emitDIE(*CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp227 DIE *getOutputUnitDIE() const { return CUDie; } in getOutputUnitDIE() function in llvm::dsymutil::__anondabe43b60111::CompileUnit
2988 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit()
3415 if (!CurrentUnit.getOutputUnitDIE()) in cloneAllCompileUnits()
3417 Linker.Streamer->emitDIE(*CurrentUnit.getOutputUnitDIE()); in cloneAllCompileUnits()