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)
476 library.LLVMGetSectionAddress.argtypes = [c_object_p]
477 library.LLVMGetSectionAddress.restype = c_uint64
/external/llvm/tools/llvm-c-test/
Dobject.c40 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.cpp145 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function