Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h378 Block *GetSiblingForChild(const Block *child_block) const;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp509 return parent_block->GetSiblingForChild(this); in GetSibling()
515 Block *Block::GetSiblingForChild(const Block *child_block) const { in GetSiblingForChild() function in Block