Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py388 ptr = lib.LLVMGetRelocationSymbol(self)
496 library.LLVMGetRelocationSymbol.argtypes = [c_object_p]
497 library.LLVMGetRelocationSymbol.restype = c_object_p
/external/llvm/include/llvm-c/
DObject.h85 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp218 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol() function