Home
last modified time | relevance | path

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

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