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

References

tools/lld/ELF/SyntheticSections.cpp
 1167     auto r = stringMap.insert(std::make_pair(s, this->size));
 1171   unsigned ret = this->size;
 1172   this->size = this->size + s.size() + 1;
 1172   this->size = this->size + s.size() + 1;
tools/lld/ELF/SyntheticSections.h
  408   size_t getSize() const override { return size; }