Searched refs:LLVMGetRelocations (Results 1 – 3 of 3) sorted by relevance
251 relocations = lib.LLVMGetRelocations(self)482 library.LLVMGetRelocations.argtypes = [c_object_p]483 library.LLVMGetRelocations.restype = c_object_p
71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
155 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations() function