Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h55 GetSibling() const;
172 m_die = m_die.GetSibling();
H A DDWARFDebugInfoEntry.h158 DWARFDebugInfoEntry *GetSibling() { in GetSibling() function
161 const DWARFDebugInfoEntry *GetSibling() const { in GetSibling() function
H A DDWARFDIE.cpp110 DWARFDIE::GetSibling() const { in GetSibling() function in DWARFDIE
112 return DWARFDIE(m_cu, m_die->GetSibling()); in GetSibling()
H A DDWARFDebugInfoEntry.cpp634 child = child->GetSibling(); in BuildFunctionAddressRangeTable()
H A DSymbolFileDWARF.cpp1336 for (; die; die = die.GetSibling()) { in ParseBlocksRecursive()
3143 die = die.GetSibling(); in ParseTypes()
3764 for (; abstract_child; abstract_child = abstract_child.GetSibling()) { in MergeBlockAbstractParameters()
3871 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
3885 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp3651 src_die = src_die.GetSibling()) { in CopyUniqueClassMethodTypes()
3655 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.cpp142 SBBlock SBBlock::GetSibling() { in GetSibling() function in SBBlock
147 sb_block.m_opaque_ptr = m_opaque_ptr->GetSibling(); in GetSibling()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h47 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.h187 Block *GetSibling() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp407 sibling_block = sibling_block->GetSibling(); in ResolveSymbolContext()
H A DBlock.cpp498 Block *Block::GetSibling() const { in GetSibling() function in Block
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7104 result = (arg1)->GetSibling(); in _wrap_SBBlock_GetSibling()