Searched refs:LLVMParseBitcode2 (Results 1 – 5 of 5) 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 if C.LLVMParseBitcode2(buf, &m.C) == 0 {
45 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
46 Ret = LLVMParseBitcode2(MB, &M); in load_module()
32 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2() function