Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h116 DIE *getOutputUnitDIE() const { in getOutputUnitDIE() function
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1777 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit()
2286 CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
2330 if (!CurrentUnit->getOutputUnitDIE()) in cloneAllCompileUnits()
2338 Emitter->emitDIE(*CurrentUnit->getOutputUnitDIE()); in cloneAllCompileUnits()
H A DDWARFStreamer.cpp823 DIE *OutputUnitDIE = UnitIt->second->getOutputUnitDIE(); in emitMacroTableImpl()