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

Declarations

tools/lld/ELF/InputSection.h
  163   size_t getSize() const;

References

tools/lld/ELF/AArch64ErrataFix.cpp
  495     isecLimit = isec->outSecOff + isec->getSize();
tools/lld/ELF/ARMErrataFix.cpp
  226       isec->getVA() + isec->getSize() + 0x100);
  367     isecLimit = isec->outSecOff + isec->getSize();
tools/lld/ELF/CallGraphSort.cpp
  111       clusters.emplace_back(clusters.size(), isec->getSize());
tools/lld/ELF/ICF.cpp
  305       a->getSize() != b->getSize() || a->data() != b->data())
  305       a->getSize() != b->getSize() || a->data() != b->data())
tools/lld/ELF/LinkerScript.cpp
  747   uint64_t pos = advance(s->getSize(), s->alignment);
  748   s->outSecOff = pos - s->getSize() - ctx->outSec->addr;
tools/lld/ELF/MapFile.cpp
  188                       isec->getSize(), isec->alignment);
tools/lld/ELF/OutputSections.cpp
  323       uint8_t *start = buf + isec->outSecOff + isec->getSize();
tools/lld/ELF/Relocations.cpp
 1599     thunkSecOff = isec->outSecOff + isec->getSize();
 1663             isd->sections.back()->outSecOff + isd->sections.back()->getSize();
 1673           isecLimit = isec->outSecOff + isec->getSize();
tools/lld/ELF/SyntheticSections.cpp
  863             secSize = off + isec->getSize();
 3162          isec->getSize() > 0;
 3292       offset += d->getSize();
 3324       d->relocateAlloc(buf, buf + d->getSize());
 3325       offset += d->getSize();
 3337   uint64_t s = sentinel->getVA(sentinel->getSize());
 3417         offset += (uint32_t)isec->getSize();
tools/lld/ELF/Target.cpp
  103     if (isecLoc <= loc && loc < isecLoc + isec->getSize())
tools/lld/ELF/Writer.cpp
 1271       unorderedSize += isec->getSize();
 1309       unorderedPos += unorderedSections[insPt]->getSize();