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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 74 unsigned Size = Obj.getAnyRelocationLength(RelInfo);
RuntimeDyldMachO.cpp 65 unsigned Size = Obj.getAnyRelocationLength(RE);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 139 unsigned Size = Obj.getAnyRelocationLength(RE);
RuntimeDyldMachOX86_64.h 155 unsigned Size = Obj.getAnyRelocationLength(RE);
RuntimeDyldMachOARM.h 218 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE);
RuntimeDyldMachOAArch64.h 265 assert(Obj.getAnyRelocationLength(RelInfo) == 2);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 560 W.printNumber("Length", Obj->getAnyRelocationLength(RE));
581 << " " << Obj->getAnyRelocationLength(RE);
  /external/llvm/include/llvm/Object/
MachO.h 325 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 756 return getAnyRelocationLength(RE);
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 715 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1;
    [all...]
MachODump.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 134 milliseconds