Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp76 SplitDwarfOutputFile("split-dwarf-output", variable
581 if (!SplitDwarfOutputFile.empty()) { in compileModule()
583 DwoOut = std::make_unique<ToolOutputFile>(SplitDwarfOutputFile, EC, in compileModule()
586 reportError(EC.message(), SplitDwarfOutputFile); in compileModule()