reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
195 uint64_t getSize() const;
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();