Home
last modified time | relevance | path

Searched refs:GetSibling (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h54 GetSibling() const;
139 m_die = m_die.GetSibling();
H A DDWARFDebugInfoEntry.h144 DWARFDebugInfoEntry *GetSibling() { in GetSibling() function
147 const DWARFDebugInfoEntry *GetSibling() const { in GetSibling() function
H A DDWARFDIE.cpp103 DWARFDIE::GetSibling() const { in GetSibling() function in DWARFDIE
105 return DWARFDIE(m_cu, m_die->GetSibling()); in GetSibling()
H A DDWARFDebugInfoEntry.cpp610 child = child->GetSibling(); in BuildFunctionAddressRangeTable()
H A DSymbolFileDWARF.cpp1443 die = die.GetSibling(); in ParseBlocksRecursive()
3276 die = die.GetSibling(); in ParseTypes()
3869 for (; abstract_child; abstract_child = abstract_child.GetSibling()) { in MergeBlockAbstractParameters()
3976 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
3990 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp3714 src_die = src_die.GetSibling()) { in CopyUniqueClassMethodTypes()
3718 dst_die = dst_die.GetSibling()) { in CopyUniqueClassMethodTypes()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockDocstrings.i30 %feature("docstring", "Get the sibling block for this block.") lldb::SBBlock::GetSibling;
H A DSBBlockExtensions.i51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp112 XMLNode XMLNode::GetSibling() const { in GetSibling() function in XMLNode
422 value_node = key_node.GetSibling(); in GetValueNode()
424 value_node = value_node.GetSibling(); in GetValueNode()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp141 SBBlock SBBlock::GetSibling() { in GetSibling() function in SBBlock
146 sb_block.m_opaque_ptr = m_opaque_ptr->GetSibling(); in GetSibling()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h45 lldb::SBBlock GetSibling();
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h75 XMLNode GetSibling() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h195 Block *GetSibling() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp505 Block *Block::GetSibling() const { in GetSibling() function in Block
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6400 result = (arg1)->GetSibling(); in _wrap_SBBlock_GetSibling()