Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py380 return lib.LLVMGetRelocationAddress(self)
501 library.LLVMGetRelocationAddress.argtypes = [c_object_p]
502 library.LLVMGetRelocationAddress.restype = c_uint64
/external/llvm/include/llvm-c/
DObject.h84 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp197 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationAddress() function