HomeSort by: relevance | last modified time | path
    Searched refs:EmbedBitcode (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
BackendUtil.h 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeWriter.h 155 /// If EmbedBitcode is set, save a copy of the llvm IR as data in the
164 void EmbedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 138 unsigned EmbedBitcode : 1;
166 EmbedBitcode = 0;
305 // EmbedBitcode Option. If -fembed-bitcode is enabled, set the flag.
306 // EmbedBitcode behaves the same for all embed options for assembly files.
308 Opts.EmbedBitcode = llvm::StringSwitch<unsigned>(A->getValue())
498 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) {
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 81 EmbedBitcode
359 bool embedBitcodeInObject() const { return (BitcodeEmbed == EmbedBitcode); }
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 61 static cl::opt<LTOBitcodeEmbedding> EmbedBitcode(
346 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedPostMergePreOptimized) {
360 /*EmbedBitcode*/ true, /*EmbedCmdline*/ true,
379 if (EmbedBitcode == LTOBitcodeEmbedding::EmbedOptimized)
381 /*EmbedBitcode*/ true,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp 332 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef());
1073 EmbedBitcode(TheModule.get(), CodeGenOpts, *MainFile);
BackendUtil.cpp 1672 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1185 .Case("all", EmbedBitcode)
1186 .Case("bitcode", EmbedBitcode)
4193 bool EmbedBitcode;
4304 if (EmbedBitcode) {
4371 if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode))
4410 const Compilation &C, bool SaveTemps, bool EmbedBitcode)
4412 EmbedBitcode(EmbedBitcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4886 bool EmbedBitcode, bool EmbedCmdline,
4907 if (EmbedBitcode) {

Completed in 24 milliseconds