Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h216 lldb::VariableListSP GetBlockVariableList(bool can_create);
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp65 auto variable_list = block.GetBlockVariableList(true); in InferPromiseType()
H A DCPlusPlusLanguage.cpp1532 variable_list_sp = inline_block->GetBlockVariableList(true); in GetFunctionDisplayName()
1538 sc->function->GetBlock(true).GetBlockVariableList(true); in GetFunctionDisplayName()
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1690 variable_list_sp = inline_block->GetBlockVariableList(true); in Format()
1696 sc->function->GetBlock(true).GetBlockVariableList(true); in Format()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1081 local_variable_list_sp = block->GetBlockVariableList(false); in ParseVariables()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1945 VariableListSP variables = block.GetBlockVariableList(false); in ParseVariablesForBlock()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3852 block->GetBlockVariableList(can_create); in ParseVariablesInFunctionContextRecursive()