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

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h123 /// postProcessing - do modificatiion after all processes
124 bool postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h90 /// postProcessing - Backend can do any needed modification in the final stage
91 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
H A DGNULDBackend.h424 /// postProcessing - Backend can do any needed modification in the final stage
425 void postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp247 m_pObjLinker->postProcessing(pOutput);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp854 /// postProcessing - do modification after all processes
855 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) { function in class:mcld::ObjectLinker
864 m_LDBackend.postProcessing(pOutput);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2583 void GNULDBackend::postProcessing(FileOutputBuffer& pOutput) { function in class:mcld::GNULDBackend

Completed in 109 milliseconds