Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py387 ptr = lib.LLVMGetRelocationSymbol(self)
495 library.LLVMGetRelocationSymbol.argtypes = [c_object_p]
496 library.LLVMGetRelocationSymbol.restype = c_object_p
/openbsd/gnu/llvm/llvm/include/llvm-c/
H A DObject.h197 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
/openbsd/gnu/llvm/llvm/lib/Object/
H A DObject.cpp334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol() function