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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  152         Obj.getRelocation(RelI->getRawDataRefImpl());
  155     uint32_t RelocType = Obj.getAnyRelocationType(RE);
  156     bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
  157     unsigned Size = Obj.getAnyRelocationLength(RE);
  165         Obj.getRelocation(RelI->getRawDataRefImpl());
  167     uint32_t AddrA = Obj.getScatteredRelocationValue(RE);
  168     section_iterator SAI = getSectionByAddress(Obj, AddrA);
  169     assert(SAI != Obj.section_end() && "Can't find section for address A");
  176         findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID))
  181     uint32_t AddrB = Obj.getScatteredRelocationValue(RE2);
  182     section_iterator SBI = getSectionByAddress(Obj, AddrB);
  183     assert(SBI != Obj.section_end() && "Can't find section for address B");
  189         findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID))