Searched refs:LLVMParseBitcode (Results 1 – 4 of 4) sorted by relevance
20 result = lib.LLVMParseBitcode(mem_buffer, byref(module), byref(out))28 library.LLVMParseBitcode.argtypes = [MemoryBuffer, POINTER(c_object_p), POINTER(c_char_p)]29 library.LLVMParseBitcode.restype = bool
38 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf,
23 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode() function
32 if (LLVMParseBitcode(MB, &M, &msg)) { in load_module()