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

Declarations

tools/lld/ELF/Symbols.h
  147   uint8_t computeBinding() const;

References

tools/lld/ELF/Symbols.cpp
  287   if (computeBinding() == STB_LOCAL)
tools/lld/ELF/SyntheticSections.cpp
 2034         return s.sym->isLocal() || s.sym->computeBinding() == STB_LOCAL;
 2127       eSym->setBindingAndType(sym->computeBinding(), sym->type);