Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h434 Block *GetSiblingForChild(const Block *child_block) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp483 return parent_block->GetSiblingForChild(this); in GetSibling()
489 Block *Block::GetSiblingForChild(const Block *child_block) const { in GetSiblingForChild() function in Block