Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp120 static cl::opt<std::string> ThinLinkBitcodeFile( variable
610 if (!ThinLinkBitcodeFile.empty()) { in main()
612 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h290 std::string ThinLinkBitcodeFile; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1013 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in RunOptimizationPipeline()
1014 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in RunOptimizationPipeline()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2224 MarshallingInfoString<CodeGenOpts<"ThinLinkBitcodeFile">>;