Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llc/
Dllc.cpp78 SplitDwarfOutputFile("split-dwarf-output", variable
626 if (!SplitDwarfOutputFile.empty()) { in compileModule()
628 DwoOut = std::make_unique<ToolOutputFile>(SplitDwarfOutputFile, EC, in compileModule()
631 reportError(EC.message(), SplitDwarfOutputFile); in compileModule()