Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp78 SplitDwarfOutputFile("split-dwarf-output", variable
627 if (!SplitDwarfOutputFile.empty()) { in compileModule()
629 DwoOut = std::make_unique<ToolOutputFile>(SplitDwarfOutputFile, EC, in compileModule()
632 reportError(EC.message(), SplitDwarfOutputFile); in compileModule()