HomeSort by relevance Sort by last modified time
    Searched refs:postlayout (Results 1 - 3 of 3) 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/lib/Core/
Linker.cpp 221 m_pObjLinker->postlayout();
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 474 bool ObjectLinker::postlayout() function in class:ObjectLinker
476 m_LDBackend.postLayout(*m_pModule, *m_pBuilder);

Completed in 668 milliseconds