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

/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/
H A Dobject.py414 return lib.LLVMGetRelocationTypeName(self)
516 library.LLVMGetRelocationTypeName.argtypes = [c_object_p]
517 library.LLVMGetRelocationTypeName.restype = c_char_p
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DObject.h93 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DObject.cpp198 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { function

Completed in 120 milliseconds