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

  /external/llvm/include/llvm-c/
Object.h 87 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI);
  /external/llvm/bindings/python/llvm/
object.py 381 return lib.LLVMGetRelocationAddress(self)
504 library.LLVMGetRelocationAddress.argtypes = [c_object_p]
505 library.LLVMGetRelocationAddress.restype = c_uint64
  /external/llvm/lib/Object/
Object.cpp 168 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) {

Completed in 246 milliseconds