Home
last modified time | relevance | path

Searched refs:SaveTempsFilePrefix (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h258 std::string SaveTempsFilePrefix; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1525 if (CGOpts.SaveTempsFilePrefix != "") { in runThinLTOBackend()
1526 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1431 if (Opts.SaveTempsFilePrefix == OutputFile) in GenerateCodeGenArgs()
1721 Opts.SaveTempsFilePrefix = in ParseCodeGenArgs()