Searched refs:LLVMParseBitcode2 (Results 1 – 4 of 4) sorted by relevance
19 result = lib.LLVMParseBitcode2(mem_buffer, byref(module))27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]28 library.LLVMParseBitcode2.restype = bool
44 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
44 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
29 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2() function