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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   63   std::vector<codeview::TypeIndex> findRecordsByName(StringRef Name) const;

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  515   std::vector<TypeIndex> types = m_index.tpi().findRecordsByName(scope_name);
  556     std::vector<TypeIndex> matches = m_index.tpi().findRecordsByName(qname);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1269   std::vector<TypeIndex> matches = m_index->tpi().findRecordsByName(name);