Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.h54 GetSibling() const;
138 m_die = m_die.GetSibling();
HDDWARFDebugInfoEntry.h144 DWARFDebugInfoEntry *GetSibling() { in GetSibling() function
147 const DWARFDebugInfoEntry *GetSibling() const { in GetSibling() function
HDDWARFDIE.cpp105 DWARFDIE::GetSibling() const { in GetSibling() function in DWARFDIE
107 return DWARFDIE(m_cu, m_die->GetSibling()); in GetSibling()
HDDWARFDebugInfoEntry.cpp608 child = child->GetSibling(); in BuildFunctionAddressRangeTable()
HDSymbolFileDWARF.cpp1450 die = die.GetSibling(); in ParseBlocksRecursive()
3255 die = die.GetSibling(); in ParseTypes()
3850 for (; abstract_child; abstract_child = abstract_child.GetSibling()) { in MergeBlockAbstractParameters()
3957 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
3971 child = child.GetSibling()) { in ParseVariablesInFunctionContextRecursive()
HDDWARFASTParserClang.cpp3644 src_die = src_die.GetSibling()) { in CopyUniqueClassMethodTypes()
3648 dst_die = dst_die.GetSibling()) { in CopyUniqueClassMethodTypes()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBBlockDocstrings.i30 %feature("docstring", "Get the sibling block for this block.") lldb::SBBlock::GetSibling;
HDSBBlockExtensions.i51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDXML.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-13-stable/contrib/llvm-project/lldb/source/API/
HDSBBlock.cpp142 SBBlock SBBlock::GetSibling() { in GetSibling() function in SBBlock
147 sb_block.m_opaque_ptr = m_opaque_ptr->GetSibling(); in GetSibling()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBlock.h47 lldb::SBBlock GetSibling();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDXML.h75 XMLNode GetSibling() const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDBlock.h195 Block *GetSibling() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDBlock.cpp521 Block *Block::GetSibling() const { in GetSibling() function in Block
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp7170 result = (arg1)->GetSibling(); in _wrap_SBBlock_GetSibling()