Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp95 DIE *getOutputUnitDIE() const { return CUDie.get(); } in getOutputUnitDIE() function in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit
2296 if (auto *OutputDIE = Unit.getOutputUnitDIE()) { in patchLineTableForUnit()
2516 if (!CurrentUnit.getOutputUnitDIE()) in link()
2518 Streamer->emitDIE(*CurrentUnit.getOutputUnitDIE()); in link()