Searched refs:LLVMGetRelocationType (Results 1 – 3 of 3) sorted by relevance
396 return lib.LLVMGetRelocationType(self)498 library.LLVMGetRelocationType.argtypes = [c_object_p]499 library.LLVMGetRelocationType.restype = c_uint64
196 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function