Searched refs:LLVMGetSectionSize (Results 1 – 4 of 4) sorted by relevance
210 return lib.LLVMGetSectionSize(self)469 library.LLVMGetSectionSize.argtypes = [c_object_p]470 library.LLVMGetSectionSize.restype = c_uint64
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections()
64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
134 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function