Searched refs:BlockSP (Results 1 – 6 of 6) sorted by relevance
71 void AddChild(const lldb::BlockSP &child_block_sp);361 typedef std::vector<lldb::BlockSP> collection;
240 llvm::DenseMap<lldb::user_id_t, lldb::BlockSP> m_blocks;
357 BlockSP child_block = std::make_shared<Block>(opaque_block_uid); in CreateBlock()
374 void Block::AddChild(const BlockSP &child_block_sp) { in AddChild()
289 typedef std::shared_ptr<lldb_private::Block> BlockSP; typedef
1150 BlockSP block_sp(new Block(die.GetID())); in ParseBlocksRecursive()