Searched refs:LLVMGetSectionSize (Results 1 – 4 of 4) sorted by relevance
209 return lib.LLVMGetSectionSize(self)460 library.LLVMGetSectionSize.argtypes = [c_object_p]461 library.LLVMGetSectionSize.restype = c_uint64
43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
176 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
262 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function