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

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h103 /// postProcessing - do modificatiion after all processes
104 bool postProcessing();
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp320 /// postProcessing - do modification after all processes
321 bool MCLDDriver::postProcessing() function in class:MCLDDriver
325 m_LDBackend.postProcessing(m_LDInfo.output(),
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h110 /// postProcessing - Backend can do any needed modification in the final stage
111 virtual void postProcessing(const Output& pOutput,
H A DGNULDBackend.h367 /// postProcessing - Backend can do any needed modification in the final stage
368 void postProcessing(const Output& pOutput,
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp380 mDriver->postProcessing();
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp168 m_pLDDriver->postProcessing();
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp373 mDriver->postProcessing();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1629 void GNULDBackend::postProcessing(const Output& pOutput, function in class:GNULDBackend

Completed in 146 milliseconds