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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
 1073     Stubs[Value] = Section.getStubOffset();
 1075         Section.getAddressWithOffset(Section.getStubOffset()));
 1102                           Section.getStubOffset())),
 1240         Stubs[Value] = Section.getStubOffset();
 1242             Section.getAddressWithOffset(Section.getStubOffset()));
 1252                                                    Section.getStubOffset())),
 1293         Stubs[Value] = Section.getStubOffset();
 1298             Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
 1315         RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());
 1388         Stubs[Value] = Section.getStubOffset();
 1393             Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
 1436         RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());
 1499           Stubs[Value] = Section.getStubOffset();
 1501               Section.getAddressWithOffset(Section.getStubOffset()),
 1537                                                      Section.getStubOffset())),
 1631           (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
 1685               (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  489                      Sections[SectionID].getStubOffset() + getMaxStubSize());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  161       StubOffset = Section.getStubOffset();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  458           (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  317       assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub");
  318       Stubs[Value] = Section.getStubOffset();
  326       Addr = Section.getAddressWithOffset(Section.getStubOffset());
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  140       Stubs[Value] = Section.getStubOffset();
  141       uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
  142       RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(),