Searched refs:LLVMGetSectionAddress (Results 1 – 4 of 4) sorted by relevance
230 return lib.LLVMGetSectionAddress(self)468 library.LLVMGetSectionAddress.argtypes = [c_object_p]469 library.LLVMGetSectionAddress.restype = c_uint64
41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections()
66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
147 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function