Home
last modified time | relevance | path

Searched refs:LLVMGetRelocationType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py396 return lib.LLVMGetRelocationType(self)
498 library.LLVMGetRelocationType.argtypes = [c_object_p]
499 library.LLVMGetRelocationType.restype = c_uint64
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h196 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function