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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
RuntimeDyldMachO.cpp 63 uint32_t RelocType = Obj.getAnyRelocationType(RE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 85 unsigned RType = Obj->getAnyRelocationType(RENext);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
137 uint32_t RelocType = Obj.getAnyRelocationType(RE);
RuntimeDyldMachOARM.h 61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
223 uint32_t RelocType = MachO.getAnyRelocationType(RE);
RuntimeDyldMachOX86_64.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
RuntimeDyldMachOAArch64.h 262 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 592 unsigned Type = Obj->getAnyRelocationType(RE);
619 unsigned RType = Obj->getAnyRelocationType(RENext);
667 unsigned RType = Obj->getAnyRelocationType(RENext);
689 unsigned RType = Obj->getAnyRelocationType(RENext);
729 unsigned RType = Obj->getAnyRelocationType(RENext);
    [all...]
MachODump.cpp     [all...]
  /external/llvm/include/llvm/Object/
MachO.h 326 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 561 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
  /external/llvm/lib/Object/
MachOObjectFile.cpp 642 return getAnyRelocationType(RE);
    [all...]

Completed in 716 milliseconds