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

References

lib/IR/Function.cpp
  561   assert(Name.size() >= MatchSize && "Expected either exact or prefix match");
  562   bool IsExactMatch = Name.size() == MatchSize;