HomeSort by: relevance | last modified time | path
    Searched refs:getAnyRelocationType (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
RuntimeDyldMachO.cpp 65 uint32_t RelocType = Obj.getAnyRelocationType(RE);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
155 uint32_t RelocType = Obj.getAnyRelocationType(RE);
RuntimeDyldMachOARM.h 109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
361 uint32_t RelocType = MachO.getAnyRelocationType(RE);
RuntimeDyldMachOX86_64.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
RuntimeDyldMachOAArch64.h 291 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 484 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp 515 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 572 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 102 R.type = Obj.getAnyRelocationType(RE);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 394 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND &&
439 unsigned Type = Obj->getAnyRelocationType(RE);
464 unsigned RType = Obj->getAnyRelocationType(RENext);
512 unsigned RType = Obj->getAnyRelocationType(RENext);
534 unsigned RType = Obj->getAnyRelocationType(RENext);
574 unsigned RType = Obj->getAnyRelocationType(RENext);
819 const unsigned r_type = O->getAnyRelocationType(RE);
2631 r_type = info->O->getAnyRelocationType(RE);
2759 unsigned Type = info->O->getAnyRelocationType(RE);
2764 unsigned TypeNext = info->O->getAnyRelocationType(RENext)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2167 return getAnyRelocationType(RE);
4243 MachOObjectFile::getAnyRelocationType(

Completed in 98 milliseconds