Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 140 unsigned EmbedBitcode : 1; member 182 EmbedBitcode = 0; in AssemblerInvocation() 337 Opts.EmbedBitcode = llvm::StringSwitch<unsigned>(A->getValue()) in CreateFromArgs() 545 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 60 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode( 338 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) { in opt() 367 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized) in codegen()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Driver.h | 99 EmbedBitcode enumerator 410 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
|
| H A D | Options.td | 1235 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 380 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 1203 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
|
| H A D | BackendUtil.cpp | 1285 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 1363 .Case("all", EmbedBitcode) in BuildCompilation() 1364 .Case("bitcode", EmbedBitcode) in BuildCompilation() 4870 bool EmbedBitcode; member in __anon9720d3580c11::ToolSelector 4987 if (EmbedBitcode) { in combineAssembleBackendCompile() 5060 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode)) in combineBackendCompile() 5099 const Compilation &C, bool SaveTemps, bool EmbedBitcode) in ToolSelector() argument 5101 EmbedBitcode(EmbedBitcode) { in ToolSelector()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 92 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 5150 bool EmbedBitcode, bool EmbedCmdline, in embedBitcodeInModule() argument 5171 if (EmbedBitcode) { in embedBitcodeInModule()
|