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

  /external/llvm/include/llvm-c/
Object.h 71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
  /external/llvm/bindings/python/llvm/
object.py 243 relocations = lib.LLVMGetRelocations(self)
482 library.LLVMGetRelocations.argtypes = [c_object_p]
483 library.LLVMGetRelocations.restype = c_object_p
  /external/llvm/lib/Object/
Object.cpp 155 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) {

Completed in 931 milliseconds