Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
HDopt.cpp110 static cl::opt<std::string> ThinLinkBitcodeFile( variable
649 if (!ThinLinkBitcodeFile.empty()) { in main()
651 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h237 std::string ThinLinkBitcodeFile; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp841 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssembly()
842 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
1267 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssemblyWithNewPassManager()
1268 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp998 Opts.ThinLinkBitcodeFile = Args.getLastArgValue(OPT_fthin_link_bitcode_EQ); in ParseCodeGenArgs()