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

References

include/llvm/ProfileData/SampleProf.h
  509         auto It = Cand.rfind(Suffix);
  511           return Cand;
  512         auto Dit = Cand.rfind('.');
  514           Cand = Cand.substr(0, It);
  514           Cand = Cand.substr(0, It);
  516       return Cand;