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

Declarations

tools/lld/include/lld/Common/Strings.h
   36   bool match(llvm::StringRef s) const;

References

tools/lld/ELF/LinkerScript.cpp
  336     if (id->filePat.match(filename))
  338         if (p.sectionPat.match(s->name))
  430       if (!cmd->filePat.match(filename) ||
  431           pat.excludedFilePat.match(filename) ||
  432           !pat.sectionPat.match(sec->name))
tools/lld/ELF/SymbolTable.cpp
  146       if (m.match(p.first()))
  152     if ((sym->isDefined() || sym->isCommon()) && m.match(sym->getName()))