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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h337 void SetBlockInfoHasBeenParsed(bool b, bool set_children);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp475 void Block::SetBlockInfoHasBeenParsed(bool b, bool set_children) { function in class:Block
481 (*pos)->SetBlockInfoHasBeenParsed(b, true);
H A DFunction.cpp336 m_block.SetBlockInfoHasBeenParsed(true, true);

Completed in 105 milliseconds