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

References

include/llvm/ProfileData/SampleProfReader.h
  270   void insert(StringRef FunctionName) { Remappings->insert(FunctionName); }
lib/ProfileData/InstrProfReader.cpp
  672       if (auto Key = Remappings.insert(RealName)) {
lib/ProfileData/SampleProfReader.cpp
 1226     if (auto Key = Remappings->insert(Sample.first()))
tools/llvm-cxxmap/llvm-cxxmap.cpp
   92     auto K = Reader.insert(Symbol);
unittests/Support/SymbolRemappingReaderTest.cpp
   87   auto Key = Reader.insert("_ZN1B3bar3bazIiEEvv");
   92   Key = Reader.insert("_Z1fIiEvv");