Searched refs:postLayout (Results 1 – 6 of 6) sorted by relevance
88 virtual void postLayout(Module& pModule, IRBuilder& pBuilder) = 0;
416 void postLayout(Module& pModule, IRBuilder& pBuilder);
230 void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument232 expectedPostLayoutItemCount = postLayout; in setExpectedItemCounts()
1540 private void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument1541 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout); in setExpectedItemCounts()
705 m_LDBackend.postLayout(*m_pModule, *m_pBuilder); in postlayout()
2572 void GNULDBackend::postLayout(Module& pModule, IRBuilder& pBuilder) { in postLayout() function in mcld::GNULDBackend