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

  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitReader.h 47 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
57 /** Deprecated: Use LLVMGetBitcodeModule instead. */
  /external/llvm/include/llvm-c/
BitReader.h 72 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitReader.cpp 66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82 /* Deprecated: Use LLVMGetBitcodeModule instead. */
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82 /* Deprecated: Use LLVMGetBitcodeModule instead. */
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 66 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
82 /* Deprecated: Use LLVMGetBitcodeModule instead. */
  /external/llvm/tools/llvm-c-test/
module.c 48 Ret = LLVMGetBitcodeModule(MB, &M, &msg);
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 139 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,

Completed in 1222 milliseconds