Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h231 std::string SaveTempsFilePrefix; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1215 if (CGOpts.SaveTempsFilePrefix != "") { in runThinLTOBackend()
1216 if (Error E = Conf.addSaveTemps(CGOpts.SaveTempsFilePrefix + ".", in runThinLTOBackend()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp918 Opts.SaveTempsFilePrefix = in ParseCodeGenArgs()