Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py412 return lib.LLVMGetRelocationValueString(self)
505 library.LLVMGetRelocationValueString.argtypes = [c_object_p]
506 library.LLVMGetRelocationValueString.restype = c_char_p
/external/llvm/include/llvm-c/
DObject.h90 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp237 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString() function