Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp122 static cl::opt<std::string> ThinLinkBitcodeFile( variable
714 if (!ThinLinkBitcodeFile.empty()) { in main()
716 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h255 std::string ThinLinkBitcodeFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp986 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssembly()
987 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
1431 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssemblyWithNewPassManager()
1432 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1984 MarshallingInfoString<CodeGenOpts<"ThinLinkBitcodeFile">>;