Searched refs:EmbedBitcode (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 164 void EmbedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
|
| /freebsd-13.1/contrib/llvm-project/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 | 1118 MarshallingInfoEnum<CodeGenOpts<"EmbedBitcode">, "Embed_Off">;
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 332 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 1075 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile); in ExecuteAction()
|
| H A D | BackendUtil.cpp | 1679 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1177 .Case("all", EmbedBitcode) in BuildCompilation() 1178 .Case("bitcode", EmbedBitcode) in BuildCompilation() 4210 bool EmbedBitcode; member in __anon1eb752b50d11::ToolSelector 4321 if (EmbedBitcode) { in combineAssembleBackendCompile() 4388 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode)) in combineBackendCompile() 4427 const Compilation &C, bool SaveTemps, bool EmbedBitcode) in ToolSelector() argument 4429 EmbedBitcode(EmbedBitcode) { in ToolSelector()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 93 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4890 bool EmbedBitcode, bool EmbedCmdline, in EmbedBitcodeInModule() argument 4911 if (EmbedBitcode) { in EmbedBitcodeInModule()
|