Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DObject.h198 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function