Home
last modified time | relevance | path

Searched refs:ParseVariablesForContext (Results 1 – 20 of 20) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h76 size_t ParseVariablesForContext(const SymbolContext &sc) override { in ParseVariablesForContext() function
/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h71 ParseVariablesForContext(const lldb_private::SymbolContext &sc) override;
H A DSymbolFileSymtab.cpp225 size_t SymbolFileSymtab::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext() function in SymbolFileSymtab
/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp178 size_t SymbolFileOnDemand::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext() function in SymbolFileOnDemand
184 return m_sym_file_impl->ParseVariablesForContext(sc); in ParseVariablesForContext()
H A DCompileUnit.cpp210 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc); in GetVariableList()
H A DBlock.cpp412 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc); in SetInlinedFunctionInfo()
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h92 size_t ParseVariablesForContext(const SymbolContext &sc) override { in ParseVariablesForContext() function
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h83 size_t ParseVariablesForContext(const SymbolContext &sc) override;
H A DSymbolFileCTF.cpp978 SymbolFileCTF::ParseVariablesForContext(const lldb_private::SymbolContext &sc) { in ParseVariablesForContext()
977 SymbolFileCTF::ParseVariablesForContext(const lldb_private::SymbolContext &sc) { ParseVariablesForContext() function in SymbolFileCTF
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h97 ParseVariablesForContext(const lldb_private::SymbolContext &sc) override;
H A DSymbolFile.h208 virtual size_t ParseVariablesForContext(const SymbolContext &sc) = 0;
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h84 ParseVariablesForContext(const lldb_private::SymbolContext &sc) override;
H A DSymbolFilePDB.cpp500 SymbolFilePDB::ParseVariablesForContext(const lldb_private::SymbolContext &sc) { in ParseTypes()
514 SymbolFilePDB::ParseVariablesForContext(const lldb_private::SymbolContext &sc) { ParseVariablesForContext() function in SymbolFilePDB
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h111 size_t ParseVariablesForContext(const SymbolContext &sc) override;
H A DSymbolFileNativePDB.cpp2034 size_t SymbolFileNativePDB::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext()
2015 size_t SymbolFileNativePDB::ParseVariablesForContext(const SymbolContext &sc) { ParseVariablesForContext() function in SymbolFileNativePDB
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h88 size_t ParseVariablesForContext(const SymbolContext &sc) override;
H A DSymbolFileDWARF.h137 size_t ParseVariablesForContext(const SymbolContext &sc) override;
H A DSymbolFileDWARFDebugMap.cpp777 SymbolFileDWARFDebugMap::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext() function in SymbolFileDWARFDebugMap
781 return oso_dwarf->ParseVariablesForContext(sc); in ParseVariablesForContext()
H A DSymbolFileDWARF.cpp3206 size_t SymbolFileDWARF::ParseVariablesForContext(const SymbolContext &sc) { in ParseTypes()
3267 size_t SymbolFileDWARF::ParseVariablesForContext(const SymbolContext &sc) { ParseVariablesForContext() function in SymbolFileDWARF
/llvm-project/lldb/source/Core/
H A DModule.cpp397 symbols->ParseVariablesForContext(sc); in ParseAllDebugSymbols()
406 symbols->ParseVariablesForContext(sc); in ParseAllDebugSymbols()