Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/opt/
Dopt.cpp116 static cl::opt<std::string> ThinLinkBitcodeFile( variable
669 if (!ThinLinkBitcodeFile.empty()) { in main()
671 new ToolOutputFile(ThinLinkBitcodeFile, EC, sys::fs::OF_None)); in main()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h248 std::string ThinLinkBitcodeFile; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp946 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssembly()
947 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssembly()
1351 if (!CodeGenOpts.ThinLinkBitcodeFile.empty()) { in EmitAssemblyWithNewPassManager()
1352 ThinLinkOS = openOutputFile(CodeGenOpts.ThinLinkBitcodeFile); in EmitAssemblyWithNewPassManager()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1156 Opts.ThinLinkBitcodeFile = in ParseCodeGenArgs()