Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py229 return lib.LLVMGetSectionAddress(self)
467 library.LLVMGetSectionAddress.argtypes = [c_object_p]
468 library.LLVMGetSectionAddress.restype = c_uint64
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h176 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp271 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress() function