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

Declarations

tools/lld/ELF/Symbols.h
  195   uint64_t getSize() const;

References

tools/lld/ELF/InputSection.cpp
  799     return sym.getSize() + a;
tools/lld/ELF/MapFile.cpp
   92     writeHeader(os, vma, lma, syms[i]->getSize(), 1);
tools/lld/ELF/Relocations.cpp
  560   uint64_t symSize = ss.getSize();
tools/lld/ELF/SyntheticSections.cpp
 2150       eSym->st_size = sym->getSize();