Searched refs:LLVMGetRelocationAddress (Results 1 – 3 of 3) sorted by relevance
380 return lib.LLVMGetRelocationAddress(self)501 library.LLVMGetRelocationAddress.argtypes = [c_object_p]502 library.LLVMGetRelocationAddress.restype = c_uint64
84 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI);
197 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationAddress() function