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

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h125 /// postProcessing - do modificatiion after all processes
126 bool postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h86 /// postProcessing - Backend can do any needed modification in the final stage
87 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
H A DGNULDBackend.h426 /// postProcessing - Backend can do any needed modification in the final stage
427 void postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp253 m_pObjLinker->postProcessing(pOutput);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp792 /// postProcessing - do modification after all processes
793 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) function in class:ObjectLinker
803 m_LDBackend.postProcessing(pOutput);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2687 void GNULDBackend::postProcessing(FileOutputBuffer& pOutput) function in class:GNULDBackend

Completed in 2554 milliseconds