Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1as_main.cpp | 138 unsigned EmbedBitcode : 1; member 166 EmbedBitcode = 0; in AssemblerInvocation() 308 Opts.EmbedBitcode = llvm::StringSwitch<unsigned>(A->getValue()) in CreateFromArgs() 498 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | BackendUtil.h | 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
H A D | BitcodeWriter.h | 164 void EmbedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Driver.h | 81 EmbedBitcode enumerator 359 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
|
H A D | Options.td | 1114 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 61 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode( 346 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) { in opt() 379 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized) in codegen()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 332 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 1073 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
|
H A D | BackendUtil.cpp | 1672 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 1185 .Case("all", EmbedBitcode) in BuildCompilation() 1186 .Case("bitcode", EmbedBitcode) in BuildCompilation() 4193 bool EmbedBitcode; member in __anon51bf6f8c0d11::ToolSelector 4304 if (EmbedBitcode) { in combineAssembleBackendCompile() 4371 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode)) in combineBackendCompile() 4410 const Compilation &C, bool SaveTemps, bool EmbedBitcode) in ToolSelector() argument 4412 EmbedBitcode(EmbedBitcode) { in ToolSelector()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 93 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4886 bool EmbedBitcode, bool EmbedCmdline, in EmbedBitcodeInModule() argument 4907 if (EmbedBitcode) { in EmbedBitcodeInModule()
|