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

References

include/llvm/ProfileData/SampleProfReader.h
  249     assert(Remappings && "Remappings cannot be nullptr");
  270   void insert(StringRef FunctionName) { Remappings->insert(FunctionName); }
  275     return Remappings->lookup(FunctionName);
lib/ProfileData/SampleProfReader.cpp
 1224   assert(Remappings && "should be initialized while creating remapper");
 1226     if (auto Key = Remappings->insert(Sample.first()))
 1234   if (auto Key = Remappings->lookup(Fname))