Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp139 function_block->GetBlockVariableList(true)); in ScanContext()
169 function_block->GetBlockVariableList(true)); in ScanContext()
211 function_block->GetBlockVariableList(true)); in ScanContext()
238 function_block->GetBlockVariableList(true)); in ScanContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp206 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
259 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
H A DSBFunction.cpp172 VariableListSP variable_list_sp = block.GetBlockVariableList(true); in GetArgumentName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp371 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() function in Block
390 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
421 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h250 lldb::VariableListSP GetBlockVariableList(bool can_create);
/freebsd-12.1/contrib/llvm/tools/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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1406 VariableListSP variables = block.GetBlockVariableList(false); in ParseVariablesForBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1001 local_variable_list_sp = block->GetBlockVariableList(false); in ParseVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3743 variable_list_sp = block->GetBlockVariableList(can_create); in ParseVariables()