Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 138 unsigned EmbedBitcode : 1; member 172 EmbedBitcode = 0; in AssemblerInvocation() 317 Opts.EmbedBitcode = llvm::StringSwitch<unsigned>(A->getValue()) in CreateFromArgs() 519 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 59 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode( 337 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) { in opt() 366 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized) in codegen()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Driver.h | 93 EmbedBitcode enumerator 395 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
|
| H A D | Options.td | 1214 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 379 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 1176 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
|
| H A D | BackendUtil.cpp | 1210 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 1306 .Case("all", EmbedBitcode) in BuildCompilation() 1307 .Case("bitcode", EmbedBitcode) in BuildCompilation() 4868 bool EmbedBitcode; member in __anon7f4eb1310d11::ToolSelector 4985 if (EmbedBitcode) { in combineAssembleBackendCompile() 5058 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode)) in combineBackendCompile() 5097 const Compilation &C, bool SaveTemps, bool EmbedBitcode) in ToolSelector() argument 5099 EmbedBitcode(EmbedBitcode) { in ToolSelector()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 93 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4959 bool EmbedBitcode, bool EmbedCmdline, in embedBitcodeInModule() argument 4980 if (EmbedBitcode) { in embedBitcodeInModule()
|