Home
last modified time | relevance | path

Searched refs:GetBlockVariableList (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp241 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
296 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
H A DSBFunction.cpp171 VariableListSP variable_list_sp = block.GetBlockVariableList(true); in GetArgumentName()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp158 function_block->GetBlockVariableList(true)); in ScanContext()
188 function_block->GetBlockVariableList(true)); in ScanContext()
230 function_block->GetBlockVariableList(true)); in ScanContext()
257 function_block->GetBlockVariableList(true)); in ScanContext()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DBlock.cpp399 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() function in Block
418 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
448 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DBlock.h216 lldb::VariableListSP GetBlockVariableList(bool can_create);
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1631 variable_list_sp = inline_block->GetBlockVariableList(true); in Format()
1637 sc->function->GetBlock(true).GetBlockVariableList(true); in Format()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1076 local_variable_list_sp = block->GetBlockVariableList(false); in ParseVariables()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1800 VariableListSP variables = block.GetBlockVariableList(false); in ParseVariablesForBlock()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3717 block->GetBlockVariableList(can_create); in ParseVariablesInFunctionContextRecursive()