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