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

Declarations

include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   69   uint32_t getIdForString(StringRef S) const;

References

lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
  111   uint32_t Offset = Strings.getIdForString(FileName);
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
   82     return Strings.getIdForString(L1->getKey()) <
   83            Strings.getIdForString(L2->getKey());
   88     Imp.ModuleNameOffset = Strings.getIdForString(Item->getKey());
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
   51   return Strings.getIdForString(S);