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

References

include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   79     return StringToId.begin();
   82   StringMap<uint32_t>::const_iterator end() const { return StringToId.end(); }
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
   48   auto P = StringToId.insert({S, StringSize});
   72   for (auto &Pair : StringToId) {
   86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); }
   98   auto Iter = StringToId.find(S);
   99   assert(Iter != StringToId.end());