Searched refs:LLVMGetBitcodeModule2 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
H A DBitReader.h71 /* This is deprecated. Use LLVMGetBitcodeModule2. */
75 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/external/llvm/tools/llvm-c-test/
H A Dmodule.c44 Ret = LLVMGetBitcodeModule2(MB, &M);
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp146 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, function

Completed in 129 milliseconds