Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 48 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 172 bool EmbedBitcode, bool EmbedCmdline,
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 156 unsigned EmbedBitcode : 1; 213 EmbedBitcode = 0; in AssemblerInvocation() 371 Opts.EmbedBitcode = llvm::StringSwitch<unsigned>(A->getValue()) in CreateFromArgs() 592 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 60 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode( 369 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) { in opt() 405 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized) in codegen()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 122 EmbedBitcode enumerator 457 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
|
| H A D | Options.td | 1677 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 314 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 1143 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
|
| H A D | BackendUtil.cpp | 1466 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1683 .Case("all", EmbedBitcode) in BuildCompilation() 1684 .Case("bitcode", EmbedBitcode) in BuildCompilation() 5469 bool EmbedBitcode; member in __anon17dcc6011211::ToolSelector 5587 if (EmbedBitcode) { in combineAssembleBackendCompile() 5661 if (T->canEmitIR() && EmbedBitcode) in combineBackendCompile() 5700 const Compilation &C, bool SaveTemps, bool EmbedBitcode) in ToolSelector() argument 5702 EmbedBitcode(EmbedBitcode) { in ToolSelector()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 88 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off, Benign)
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 5848 bool EmbedBitcode, bool EmbedCmdline, in embedBitcodeInModule() argument 5870 if (EmbedBitcode) { in embedBitcodeInModule()
|