Searched refs:postLayout (Results 1 – 5 of 5) sorted by relevance
84 virtual void postLayout(Module& pModule, IRBuilder& pBuilder) = 0;
418 void postLayout(Module& pModule, IRBuilder& pBuilder);
716 private void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument717 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout); in setExpectedItemCounts()1015 void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument1017 expectedPostLayoutItemCount = postLayout; in setExpectedItemCounts()
662 m_LDBackend.postLayout(*m_pModule, *m_pBuilder); in postlayout()
2675 void GNULDBackend::postLayout(Module& pModule, IRBuilder& pBuilder) in postLayout() function in GNULDBackend