Home
last modified time | relevance | path

Searched refs:get_parent_variables (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp114 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
118 m_opaque_ptr->AppendVariables(can_create, get_parent_variables, show_inline, in AppendVariables()
H A DSBFrame.cpp596 const bool get_parent_variables = true; in FindValue() local
601 can_create, get_parent_variables, in FindValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h87 void AppendVariables(bool can_create, bool get_parent_variables,
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp443 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
461 if (get_parent_variables) { in AppendVariables()
468 can_create, get_parent_variables, stop_if_block_is_inlined_function, in AppendVariables()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h266 uint32_t AppendVariables(bool can_create, bool get_parent_variables,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp487 const bool get_parent_variables = true; in GetInScopeVariableList() local
490 can_create, get_parent_variables, stop_if_block_is_inlined_function, in GetInScopeVariableList()
1736 const bool get_parent_variables = true; in FindVariable() local
1740 can_create, get_parent_variables, stop_if_block_is_inlined_function, in FindVariable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp727 bool get_parent_variables = true; in Dump() local
732 can_create, get_parent_variables, in Dump()