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

References

tools/llvm-objcopy/CopyConfig.h
  132     if (!Matcher)
  133       return Matcher.takeError();
  134     if (Matcher->isPositiveMatch())
  135       PosMatchers.push_back(std::move(*Matcher));
  137       NegMatchers.push_back(std::move(*Matcher));