Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp105 std::string SplitDwarfOutput; member
302 Opts.SplitDwarfOutput = in CreateFromArgs()
434 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()
435 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
602 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()
603 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h139 std::string SplitDwarfOutput; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1120 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()
1121 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()
1247 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h256 std::string SplitDwarfOutput; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp383 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7487 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;