Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py397 return lib.LLVMGetRelocationType(self)
499 library.LLVMGetRelocationType.argtypes = [c_object_p]
500 library.LLVMGetRelocationType.restype = c_uint64
/external/llvm/include/llvm-c/
DObject.h86 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp205 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() function