Home
last modified time | relevance | path

Searched refs:can_create (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp399 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() argument
401 if (m_variable_list_sp.get() == nullptr && can_create) { in GetBlockVariableList()
413 Block::AppendBlockVariables(bool can_create, bool get_child_block_variables, in AppendBlockVariables() argument
418 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
435 can_create, get_child_block_variables, in AppendBlockVariables()
443 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
448 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
468 can_create, get_parent_variables, stop_if_block_is_inlined_function, in AppendVariables()
H A DTypeSystem.cpp318 Module *module, bool can_create) { in GetTypeSystemForLanguage() argument
319 if (can_create) { in GetTypeSystemForLanguage()
330 Target *target, bool can_create) { in GetTypeSystemForLanguage() argument
331 if (can_create) { in GetTypeSystemForLanguage()
H A DCompileUnit.cpp205 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
206 if (m_variables.get() == nullptr && can_create) { in GetVariableList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h216 lldb::VariableListSP GetBlockVariableList(bool can_create);
235 uint32_t AppendBlockVariables(bool can_create, bool get_child_block_variables,
266 uint32_t AppendVariables(bool can_create, bool get_parent_variables,
H A DCompileUnit.h322 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectSyntheticFilter.cpp238 bool can_create) { in GetChildAtIndex() argument
259 if (can_create && m_synth_filter_up != nullptr) { in GetChildAtIndex()
294 GetName().AsCString(), idx, can_create ? "yes" : "no", in GetChildAtIndex()
311 bool can_create) { in GetChildMemberWithName() argument
319 return GetChildAtIndex(index, can_create); in GetChildMemberWithName()
H A DValueObjectConstResultChild.cpp44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
46 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectConstResultImpl.cpp113 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
119 offset, type, can_create, name_const_str); in GetSyntheticChildAtOffset()
H A DValueObjectConstResult.cpp252 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
254 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObject.cpp375 ValueObjectSP ValueObject::GetChildAtIndex(size_t idx, bool can_create) { in GetChildAtIndex() argument
382 if (can_create && !m_children.HasChildAtIndex(idx)) { in GetChildAtIndex()
416 bool can_create) { in GetChildMemberWithName() argument
439 child_sp = child_sp->GetChildAtIndex(idx, can_create); in GetChildMemberWithName()
1584 bool can_create) { in GetSyntheticArrayMember() argument
1611 bool can_create) { in GetSyntheticBitFieldChild() argument
1647 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
1662 if (!can_create) in GetSyntheticChildAtOffset()
1684 bool can_create, in GetSyntheticBase() argument
1702 if (!can_create) in GetSyntheticBase()
[all …]
H A DPluginManager.cpp1550 bool can_create) { in GetDebuggerPropertyForPlugins() argument
1558 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1569 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1586 llvm::StringRef plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPluginsOldStyle() argument
1593 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1603 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1620 bool can_create);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h469 bool can_create = true);
475 bool can_create = true);
553 lldb::ValueObjectSP GetSyntheticArrayMember(size_t index, bool can_create);
556 bool can_create);
559 bool can_create);
563 bool can_create,
567 GetSyntheticBase(uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectSyntheticFilter.h55 bool can_create = true) override;
58 bool can_create = true) override;
H A DValueObjectConstResultCast.h46 uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectConstResultImpl.h46 bool can_create,
H A DValueObjectConstResultChild.h52 uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectRegister.h56 bool can_create = true) override;
H A DValueObjectConstResult.h86 uint32_t offset, const CompilerType &type, bool can_create,
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h100 bool can_create = true) {
107 bool can_create = true);
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h87 void AppendVariables(bool can_create, bool get_parent_variables,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h33 uint32_t GetNumFrames(bool can_create = true);
H A DDynamicRegisterInfo.h74 bool can_create);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp435 const bool can_create = true; in GetVariableList() local
437 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
486 const bool can_create = true; in GetInScopeVariableList() local
490 can_create, get_parent_variables, stop_if_block_is_inlined_function, in GetInScopeVariableList()
1443 const bool can_create = true; in GetValueForDereferincingOffset() local
1444 pointee = base->GetSyntheticArrayMember(index, can_create); in GetValueForDereferincingOffset()
1735 const bool can_create = true; in FindVariable() local
1740 can_create, get_parent_variables, stop_if_block_is_inlined_function, in FindVariable()

12