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