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 363 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE));
375 OS << " " << Obj->getPlainRelocationExternal(RE);
  /external/llvm/include/llvm/Object/
MachO.h 153 bool getPlainRelocationExternal(const macho::RelocationEntry &RE) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 293 bool isExtern = MachO->getPlainRelocationExternal(RE);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 341 bool isExtern = O->getPlainRelocationExternal(RE);
879 bool isExtern = getPlainRelocationExternal(RE);
    [all...]

Completed in 169 milliseconds