HomeSort by relevance Sort by last modified time
    Searched full:postlayout (Results 1 - 10 of 10) 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 409 /// postLayout -Backend can do any needed modification after layout
410 void postLayout(Module& pModule, IRBuilder& pBuilder);
415 /// 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/Mips/
MipsLDBackend.h 55 /// 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/support/v7/recyclerview/tests/src/android/support/v7/widget/
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 226 milliseconds