Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp251 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
306 VariableListSP variable_list_sp(block->GetBlockVariableList(true)); in GetVariables()
H A DSBFunction.cpp184 VariableListSP variable_list_sp = block.GetBlockVariableList(true); in GetArgumentName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp157 function_block->GetBlockVariableList(true)); in ScanContext()
187 function_block->GetBlockVariableList(true)); in ScanContext()
229 function_block->GetBlockVariableList(true)); in ScanContext()
256 function_block->GetBlockVariableList(true)); in ScanContext()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp415 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() function in Block
434 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
464 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h216 lldb::VariableListSP GetBlockVariableList(bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp67 auto variable_list = block.GetBlockVariableList(true); in InferPromiseType()
H A DCPlusPlusLanguage.cpp1721 variable_list_sp = inline_block->GetBlockVariableList(true); in GetFunctionDisplayName()
1727 sc->function->GetBlock(true).GetBlockVariableList(true); in GetFunctionDisplayName()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1735 variable_list_sp = inline_block->GetBlockVariableList(true); in Format()
1741 sc->function->GetBlock(true).GetBlockVariableList(true); in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1085 local_variable_list_sp = block->GetBlockVariableList(false); in ParseVariables()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1960 VariableListSP variables = block.GetBlockVariableList(false); in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3949 block->GetBlockVariableList(can_create); in ParseVariablesInFunctionContextRecursive()