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