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

Overridden By

tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
   78   size_t ParseVariablesForContext(const SymbolContext &sc) override {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3074 size_t SymbolFileDWARF::ParseVariablesForContext(const SymbolContext &sc) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  710 SymbolFileDWARFDebugMap::ParseVariablesForContext(const SymbolContext &sc) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1479 size_t SymbolFileNativePDB::ParseVariablesForContext(const SymbolContext &sc) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  502 SymbolFilePDB::ParseVariablesForContext(const lldb_private::SymbolContext &sc) {
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  227 size_t SymbolFileSymtab::ParseVariablesForContext(const SymbolContext &sc) {

References

tools/lldb/source/Core/Module.cpp
  376     symbols->ParseVariablesForContext(sc);
  385       symbols->ParseVariablesForContext(sc);
tools/lldb/source/Symbol/Block.cpp
  395       sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc);
tools/lldb/source/Symbol/CompileUnit.cpp
  188     sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc);