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