Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp102 std::string SplitDwarfOutput; member
264 Opts.SplitDwarfOutput = in CreateFromArgs()
378 if (!Opts.SplitDwarfOutput.empty()) in ExecuteAssembler()
379 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssembler()
539 if (!Opts.SplitDwarfOutput.empty() && Opts.SplitDwarfOutput != "-") in ExecuteAssembler()
540 sys::fs::remove(Opts.SplitDwarfOutput); in ExecuteAssembler()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h103 std::string SplitDwarfOutput; member
/external/llvm-project/llvm/include/llvm/LTO/
DConfig.h113 std::string SplitDwarfOutput; member
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp981 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssembly()
982 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssembly()
1389 if (!CodeGenOpts.SplitDwarfOutput.empty()) { in EmitAssemblyWithNewPassManager()
1390 DwoOS = openOutputFile(CodeGenOpts.SplitDwarfOutput); in EmitAssemblyWithNewPassManager()
1492 Conf.SplitDwarfOutput = CGOpts.SplitDwarfOutput; in runThinLTOBackend()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h209 std::string SplitDwarfOutput; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp343 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp408 SmallString<1024> DwoFile(Conf.SplitDwarfOutput); in codegen()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp916 Opts.SplitDwarfOutput = in ParseCodeGenArgs()