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

Declarations

include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
   78   findRecordsByName(StringRef Name, const SymbolStream &Symbols) const;

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1188   std::vector<SymbolAndOffset> results = m_index->globals().findRecordsByName(
 1220   std::vector<SymbolAndOffset> matches = m_index->globals().findRecordsByName(
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1711           Globals.findRecordsByName(Name, SymRecords);