Home
last modified time | relevance | path

Searched refs:LLVMGetSectionAddress (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
Dobject.py230 return lib.LLVMGetSectionAddress(self)
468 library.LLVMGetSectionAddress.argtypes = [c_object_p]
469 library.LLVMGetSectionAddress.restype = c_uint64
/external/llvm/tools/llvm-c-test/
Dobject.c41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections()
/external/llvm/include/llvm-c/
DObject.h66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp147 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function