Searched refs:SplitDwarfOutput (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h139 std::string SplitDwarfOutput; member in struct:llvm::lto::Config
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp105 std::string SplitDwarfOutput; member in struct:__anon1069::AssemblerInvocation
302 Opts.SplitDwarfOutput =
434 if (!Opts.SplitDwarfOutput.empty())
435 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary);
602 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-")
603 sys::fs::remove(Opts.SplitDwarfOutput);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h256 std::string SplitDwarfOutput; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1120 if (!CodeGenOpts.SplitDwarfOutput.empty()) {
1121 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput);
1247 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput;
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp383 SmallString<1024> DwoFile(Conf.SplitDwarfOutput);

Completed in 112 milliseconds