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

  /external/llvm/lib/Object/
MachOObjectFile.cpp 305 bool IsScattered = O->isRelocationScattered(RE);
871 if (isRelocationScattered(RE))
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 168 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 320 bool IsScattered = Obj->isRelocationScattered(RE);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 674 if (MachO->isRelocationScattered(RE)) {

Completed in 183 milliseconds