Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp103 std::string SplitDwarfOutput; member
269 Opts.SplitDwarfOutput = in CreateFromArgs()
383 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()
384 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
546 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()
547 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h127 std::string SplitDwarfOutput; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1021 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssembly()
1022 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssembly()
1469 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssemblyWithNewPassManager()
1470 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssemblyWithNewPassManager()
1569 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h216 std::string SplitDwarfOutput; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp386 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5418 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;