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