Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp79 SplitDwarfOutputFile("split-dwarf-output", variable
621 if (!SplitDwarfOutputFile.empty()) { in compileModule()
623 DwoOut = std::make_unique<ToolOutputFile>(SplitDwarfOutputFile, EC, in compileModule()
626 reportError(EC.message(), SplitDwarfOutputFile); in compileModule()