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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 341 W.printNumber("Length", Obj->getAnyRelocationLength(RE));
353 << " " << Obj->getAnyRelocationLength(RE);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 560 unsigned Size = MachO->getAnyRelocationLength(RE);
625 unsigned Size = MachO->getAnyRelocationLength(RE);
689 unsigned Size = MachO->getAnyRelocationLength(RE);
  /external/llvm/include/llvm/Object/
MachO.h 178 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 105 milliseconds