Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py411 return lib.LLVMGetRelocationValueString(self)
504 library.LLVMGetRelocationValueString.argtypes = [c_object_p]
505 library.LLVMGetRelocationValueString.restype = c_char_p
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h200 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp353 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString() function