Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h380 Block *GetSiblingForChild(const Block *child_block) const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp525 return parent_block->GetSiblingForChild(this); in GetSibling()
531 Block *Block::GetSiblingForChild(const Block *child_block) const { in GetSiblingForChild() function in Block