Home
last modified time | relevance | path

Searched refs:SetBlockInfoHasBeenParsed (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h391 void SetBlockInfoHasBeenParsed(bool b, bool set_children);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp460 void Block::SetBlockInfoHasBeenParsed(bool b, bool set_children) { in SetBlockInfoHasBeenParsed() function in Block
466 (*pos)->SetBlockInfoHasBeenParsed(b, true); in SetBlockInfoHasBeenParsed()
H A DFunction.cpp299 m_block.SetBlockInfoHasBeenParsed(true, true); in GetBlock()