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