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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 111 /// postlayout - help backend to do some modification after layout
112 bool postlayout();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 83 /// postLayout - Backend can do any needed modification after layout
84 virtual void postLayout(Module& pModule, IRBuilder& pBuilder) = 0;
GNULDBackend.h 352 /// postLayout -Backend can do any needed modification after layout
353 void postLayout(Module& pModule, IRBuilder& pBuilder);
358 /// postLayout -Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 53 /// postLayout - Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 51 /// postLayout - Backend can do any needed modification after layout
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 474 bool ObjectLinker::postlayout() function in class:ObjectLinker
476 m_LDBackend.postLayout(*m_pModule, *m_pBuilder);
  /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 221 m_pObjLinker->postlayout();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 478 milliseconds