Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h337 void SetBlockInfoHasBeenParsed(bool b, bool set_children);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp502 void Block::SetBlockInfoHasBeenParsed(bool b, bool set_children) { in SetBlockInfoHasBeenParsed() function in Block
508 (*pos)->SetBlockInfoHasBeenParsed(b, true); in SetBlockInfoHasBeenParsed()
H A DFunction.cpp381 m_block.SetBlockInfoHasBeenParsed(true, true); in GetBlock()