Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp104 std::string SplitDwarfOutput; member
297 Opts.SplitDwarfOutput = in CreateFromArgs()
425 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssemblerImpl()
426 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
593 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()
594 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h132 std::string SplitDwarfOutput; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1068 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in RunCodegenPipeline()
1069 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in RunCodegenPipeline()
1185 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h248 std::string SplitDwarfOutput; variable
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp374 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6152 MarshallingInfoString<CodeGenOpts<"SplitDwarfOutput">>;