Searched refs:EmbedBitcode (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/CodeGen/ |
D | BackendUtil.h | 42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 89 EmbedBitcode enumerator 271 bool embedBitcodeEnabled() const { return BitcodeEmbed == EmbedBitcode; } in embedBitcodeEnabled()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 176 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef()); in HandleTranslationUnit() 837 EmbedBitcode(TheModule.get(), CI.getCodeGenOpts(), in ExecuteAction()
|
D | BackendUtil.cpp | 819 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts, in EmbedBitcode() function in clang
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 543 .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()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 71 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
|