Searched refs:LLVMGetRelocationTypeName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
H A DObject.h89 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
/external/llvm/bindings/python/llvm/
H A Dobject.py405 return lib.LLVMGetRelocationTypeName(self)
502 library.LLVMGetRelocationTypeName.argtypes = [c_object_p]
503 library.LLVMGetRelocationTypeName.restype = c_char_p
/external/llvm/lib/Object/
H A DObject.cpp228 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { function

Completed in 826 milliseconds