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

References

tools/lld/COFF/SymbolTable.cpp
  735     if (name.startswith(prefix) || name.startswith(prefix.drop_front()) ||
  735     if (name.startswith(prefix) || name.startswith(prefix.drop_front()) ||
  736         name.drop_front().startswith(prefix) ||
  737         name.drop_front().startswith(prefix.drop_front())) {