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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  152   llvm::codeview::CVSymbol ReadSymbolRecord(PdbCompilandSymId cu_sym) const;

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   35   CVSymbol sym = index.ReadSymbolRecord(id);
  435   CVSymbol cvs = m_index.ReadSymbolRecord(id);
  586     CVSymbol sym = m_index.ReadSymbolRecord(uid.asCompilandSym());
  855   CVSymbol sym = m_index.ReadSymbolRecord(var_id);
  995   CVSymbol cvs = m_index.ReadSymbolRecord(func_id);
 1269   CVSymbol sym = m_index.ReadSymbolRecord(block_id);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  170     CVSymbol sym = ReadSymbolRecord(cu_sym_id);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  565   CVSymbol frame_proc_cvs = index.ReadSymbolRecord(frame_proc_id);
  584   CVSymbol sym = index.ReadSymbolRecord(var_id);
  611     CVSymbol loc_specifier_cvs = index.ReadSymbolRecord(loc_specifier_id);
  628       CVSymbol func_block_cvs = index.ReadSymbolRecord(func_scope_id);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  987       CVSymbol cvs = m_index->ReadSymbolRecord(csid);