Home
last modified time | relevance | path

Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DBackendUtil.h45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp138 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 DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp59 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 DDriver.h93 EmbedBitcode enumerator
395 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
H A DOptions.td1214 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp379 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit()
1176 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
H A DBackendUtil.cpp1210 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1306 .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 DCodeGenOptions.def93 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4959 bool EmbedBitcode, bool EmbedCmdline, in embedBitcodeInModule() argument
4980 if (EmbedBitcode) { in embedBitcodeInModule()