reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  351         MachO.getRelocation(RelI->getRawDataRefImpl());
  357     unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE);
  361     uint32_t RelocType = MachO.getAnyRelocationType(RE);
  362     bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
  377       MachO.getRelocation(RelI->getRawDataRefImpl());
  378     uint32_t AddrA = MachO.getScatteredRelocationValue(RE);
  379     section_iterator SAI = getSectionByAddress(MachO, AddrA);
  380     assert(SAI != MachO.section_end() && "Can't find section for address A");
  387           findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID))
  392     uint32_t AddrB = MachO.getScatteredRelocationValue(RE2);
  393     section_iterator SBI = getSectionByAddress(MachO, AddrB);
  394     assert(SBI != MachO.section_end() && "Can't find section for address B");
  400           findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID))
  405     uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff;