HomeSort by relevance Sort by last modified time
    Searched refs:EmbedBitcode (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/CodeGen/
BackendUtil.h 42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
  /external/clang/include/clang/Driver/
Driver.h 89 EmbedBitcode
271 bool embedBitcodeEnabled() const { return BitcodeEmbed == EmbedBitcode; }
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 176 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef());
    [all...]
BackendUtil.cpp 819 void clang::EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 543 .Case("all", EmbedBitcode)
544 .Case("bitcode", EmbedBitcode)
    [all...]

Completed in 74 milliseconds