Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h195 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol() function