Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h293 std::string SaveTempsFilePrefix; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1139 if (CGOpts.SaveTempsFilePrefix != "") { in runThinLTOBackend()
1140 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1460 if (Opts.SaveTempsFilePrefix == OutputFile) in GenerateCodeGenArgs()
1768 Opts.SaveTempsFilePrefix = in ParseCodeGenArgs()