Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp103 std::string SplitDwarfOutput; member
278 Opts.SplitDwarfOutput = in CreateFromArgs()
402 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()
403 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
567 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()
568 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h130 std::string SplitDwarfOutput; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp996 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()
997 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()
1110 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h228 std::string SplitDwarfOutput; variable
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp373 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5973 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;