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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  277     support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =
  280                       << format("%p\n", Section.getAddressWithOffset(Offset)));
  290     support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
  293                       << format("%p\n", Section.getAddressWithOffset(Offset)));
  309     support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
  316     support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =
  333     support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset;
  344     support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
  355     support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
  371       reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset));
  377                     << format("%llx", Section.getAddressWithOffset(Offset))
  492       reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset));
  497                     << Section.getAddressWithOffset(Offset)
  714   uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
  734   uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
  828   uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
  891     write(isBE, Section.getAddressWithOffset(Offset), Value + Addend);
  893                       << format("%p\n", Section.getAddressWithOffset(Offset)));
  899     write(isBE, Section.getAddressWithOffset(Offset), static_cast<uint32_t>(Value));
  901                       << format("%p\n", Section.getAddressWithOffset(Offset)));
 1067                       (uint64_t)Section.getAddressWithOffset(i->second),
 1075         Section.getAddressWithOffset(Section.getStubOffset()));
 1101                       reinterpret_cast<uint64_t>(Section.getAddressWithOffset(
 1234             reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)),
 1242             Section.getAddressWithOffset(Section.getStubOffset()));
 1251                                                Section.getAddressWithOffset(
 1298             Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
 1393             Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
 1454       uint8_t *Target = Section.getAddressWithOffset(Offset);
 1473             Sections[Value.SectionID].getAddressWithOffset(Value.Addend);
 1493                                 Section.getAddressWithOffset(i->second)),
 1501               Section.getAddressWithOffset(Section.getStubOffset()),
 1536                                                  Section.getAddressWithOffset(
 1622       StubAddress = uintptr_t(Section.getAddressWithOffset(i->second));
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   69   uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  133     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  176     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
   88     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
  163       createStubFunction(Section.getAddressWithOffset(StubOffset));
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   45     applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value,
   58                     << format("%llx", Section.getAddressWithOffset(Offset))
  113                     << format("%llx", Section.getAddressWithOffset(Offset))
  270   applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
  299   applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
  307   uint8_t *TargetPtr = Section.getAddressWithOffset(Offset);
  311                     << Section.getAddressWithOffset(Offset) << " FinalAddress: "
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
   36     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  359     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  490     uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
   65     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  206     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  314       Addr = Section.getAddressWithOffset(i->second);
  326       Addr = Section.getAddressWithOffset(Section.getStubOffset());
  364     uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  102     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  159     uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   89     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  138       Addr = Section.getAddressWithOffset(i->second);
  141       uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
  168     uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset);