Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h124 bool postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h91 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
DGNULDBackend.h425 void postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp247 m_pObjLinker->postProcessing(pOutput); in emit()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp855 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) { in postProcessing() function in mcld::ObjectLinker
864 m_LDBackend.postProcessing(pOutput); in postProcessing()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2583 void GNULDBackend::postProcessing(FileOutputBuffer& pOutput) { in postProcessing() function in mcld::GNULDBackend