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