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