Searched refs:LLVMGetSectionAddress (Results 1 – 8 of 8) sorted by relevance
230 return lib.LLVMGetSectionAddress(self)468 library.LLVMGetSectionAddress.argtypes = [c_object_p]469 library.LLVMGetSectionAddress.restype = c_uint64
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
155 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function