Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h273 std::string SaveTempsFilePrefix; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1067 if (CGOpts.SaveTempsFilePrefix != "") { in runThinLTOBackend()
1068 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1448 if (Opts.SaveTempsFilePrefix == OutputFile) in GenerateCodeGenArgs()
1760 Opts.SaveTempsFilePrefix = in ParseCodeGenArgs()