Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2988 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit() local
2989 patchStmtList(*OutputDIE, DIEInteger(Streamer->getLineSectionSize())); in patchLineTableForUnit()
3390 DIE *OutputDIE = cloneDIE(*InputDIE, CurrentUnit, 0 /* PC offset */, in cloneAllCompileUnits() local
3392 CurrentUnit.setOutputUnitDIE(OutputDIE); in cloneAllCompileUnits()
3400 if (!OutputDIE) in cloneAllCompileUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1687 if (auto *OutputDIE = Unit.getOutputUnitDIE()) in patchLineTableForUnit() local
1688 patchStmtList(*OutputDIE, DIEInteger(Streamer->getLineSectionSize())); in patchLineTableForUnit()