Home
last modified time | relevance | path

Searched refs:GetSiblingForChild (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDBlock.h488 GetSiblingForChild (const Block *child_block) const;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDBlock.cpp605 return parent_block->GetSiblingForChild (this); in GetSibling()
612 Block::GetSiblingForChild (const Block *child_block) const in GetSiblingForChild() function in Block