Home
last modified time | relevance | path

Searched refs:ThinLinkBitcodeFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp119 static cl::opt<std::string> ThinLinkBitcodeFile( variable
664 if (!ThinLinkBitcodeFile.empty()) { in main()
666 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h270 std::string ThinLinkBitcodeFile; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp939 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in RunOptimizationPipeline()
940 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in RunOptimizationPipeline()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2176 MarshallingInfoString<CodeGenOpts<"ThinLinkBitcodeFile">>;