Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h126 bool postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h87 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
DGNULDBackend.h427 void postProcessing(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp253 m_pObjLinker->postProcessing(pOutput); in emit()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp793 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) in postProcessing() function in ObjectLinker
803 m_LDBackend.postProcessing(pOutput); in postProcessing()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2687 void GNULDBackend::postProcessing(FileOutputBuffer& pOutput) in postProcessing() function in GNULDBackend