HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetRelocationTypeName (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
Object.h 89 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
  /external/llvm/bindings/python/llvm/
object.py 405 return lib.LLVMGetRelocationTypeName(self)
502 library.LLVMGetRelocationTypeName.argtypes = [c_object_p]
503 library.LLVMGetRelocationTypeName.restype = c_char_p
  /external/llvm/lib/Object/
Object.cpp 210 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) {

Completed in 585 milliseconds