Searched defs:GetPtr (Results 1 – 3 of 3) sorted by relevance
160 lldb_private::Block *SBBlock::GetPtr() { return m_opaque_ptr; } in GetPtr() function in SBBlock
346 T *&GetPtr() const { return As<T *>(false); } in GetPtr() function
773 auto GetPtr = [&](const std::unique_ptr<ValueToValueMapTy> &I) { in updateExitBlocksForClonedLoop() local