Home
last modified time | relevance | path

Searched refs:postProcessing (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h130 bool postProcessing(MemoryArea& pOutput);
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h109 virtual void postProcessing(MemoryArea& pOutput) = 0;
DGNULDBackend.h355 void postProcessing(MemoryArea& pOutput);
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp456 bool ObjectLinker::postProcessing(MemoryArea& pOutput) in postProcessing() function in ObjectLinker
463 m_LDBackend.postProcessing(pOutput); in postProcessing()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp217 m_pObjLinker->postProcessing(pOutput); in emit()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2269 void GNULDBackend::postProcessing(MemoryArea& pOutput) in postProcessing() function in GNULDBackend