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

Overridden By

tools/lld/include/lld/Core/Simple.h
  126   uint64_t offsetInAtom() const override { return _offsetInAtom; }
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  777     uint64_t offsetInAtom() const override { return _offset; }

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
 1024     uint32_t offset = ref->offsetInAtom();
 1192   uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom();
 1381                                                            ref.offsetInAtom(),
 1403     if (ref->offsetInAtom() != 0)
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  564     uint32_t offset = ref->offsetInAtom();
  782   uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom();
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  420     uint32_t offset = ref->offsetInAtom();
  562   uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom();
  618                                                            ref.offsetInAtom(),
  623                                                            ref.offsetInAtom(),
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  554     uint32_t offset = ref->offsetInAtom();
  775   uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom();
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  400       switch (ref->offsetInAtom()) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1400               entry.length = ref->offsetInAtom() - startOffset;
 1406           startOffset = ref->offsetInAtom();
 1435         uint64_t segmentOffset = _atomToAddress[atom] + ref->offsetInAtom()
 1524                               helperRef->offsetInAtom()]);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1140       if (CurrentRef->offsetInAtom() != PersonalityFunctionField)
 1209     if (Offset < Ref->offsetInAtom())
 1213     if (Offset == Ref->offsetInAtom()) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  749           _offset(ref->offsetInAtom()), _addend(ref->addend()),