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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 345 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE));
357 OS << " " << Obj->getPlainRelocationExternal(RE);
  /external/llvm/include/llvm/Object/
MachO.h 171 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 351 bool isExtern = O->getPlainRelocationExternal(RE);
875 bool isExtern = getPlainRelocationExternal(RE);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 687 bool IsExtern = MachO->getPlainRelocationExternal(RE);

Completed in 194 milliseconds