HomeSort by relevance Sort by last modified time
    Searched full:postlayout (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 107 /// postlayout - help backend to do some modification after layout
108 bool postlayout();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 87 /// postLayout - Backend can do any needed modification after layout
88 virtual void postLayout(Module& pModule, IRBuilder& pBuilder) = 0;
GNULDBackend.h 415 /// postLayout -Backend can do any needed modification after layout
416 void postLayout(Module& pModule, IRBuilder& pBuilder);
421 /// postLayout -Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 52 /// postLayout - Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 46 /// postLayout -Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 229 m_pObjLinker->postlayout();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 57 /// postLayout - Backend can do any needed modification after layout
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ViewInfoStore.java 94 * Finds the ItemHolderInfo for the given ViewHolder in postLayout list and removes it.
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 226 void setExpectedItemCounts(int preLayout, int postLayout) {
228 expectedPostLayoutItemCount = postLayout;
RecyclerViewAnimationsTest.java     [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 704 bool ObjectLinker::postlayout() { function in class:mcld::ObjectLinker
705 m_LDBackend.postLayout(*m_pModule, *m_pBuilder);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 647 milliseconds