Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/include/clang/Driver/
H A DDriver.h89 EmbedBitcode enumerator
271 bool embedBitcodeEnabled() const { return BitcodeEmbed == EmbedBitcode; } in embedBitcodeEnabled()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOBackend.cpp60 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode(
338 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) { in opt()
367 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized) in codegen()
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DBackendUtil.h42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DDriver.h100 EmbedBitcode enumerator
436 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DDriver.h100 EmbedBitcode enumerator
428 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DDriver.h100 EmbedBitcode enumerator
436 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DDriver.h100 EmbedBitcode enumerator
436 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); } in embedBitcodeInObject()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DBackendUtil.h52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DBackendUtil.h52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DBackendUtil.h52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DBackendUtil.h52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h156 void EmbedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeWriter.h164 void embedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp318 static cl::opt<bool> EmbedBitcode(
323 if (!EmbedBitcode) in EmitBitcodeSection()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp176 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit()
837 EmbedBitcode(TheModule.get(), CI.getCodeGenOpts(), in ExecuteAction()
H A DBackendUtil.cpp819 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
/aosp_15_r20/external/clang/lib/Driver/
H A DDriver.cpp543 .Case("all", EmbedBitcode) in BuildCompilation()
544 .Case("bitcode", EmbedBitcode) in BuildCompilation()
1888 bool EmbedBitcode, const ToolChain *TC, in selectToolForJob() argument
1923 if (EmbedBitcode) { in selectToolForJob()
1952 (!SaveTemps && !EmbedBitcode)) { in selectToolForJob()
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCodeGenOptions.def71 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DCodeGenOptions.def85 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DCodeGenOptions.def94 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DCodeGenOptions.def94 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)

12