HomeSort by relevance Sort by last modified time
    Searched refs:postProcessing (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 129 /// postProcessing - do modificatiion after all processes
130 bool postProcessing(MemoryArea& pOutput);
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 108 /// postProcessing - Backend can do any needed modification in the final stage
109 virtual void postProcessing(MemoryArea& pOutput) = 0;
GNULDBackend.h 354 /// postProcessing - Backend can do any needed modification in the final stage
355 void postProcessing(MemoryArea& pOutput);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 455 /// postProcessing - do modification after all processes
456 bool ObjectLinker::postProcessing(MemoryArea& pOutput)
463 m_LDBackend.postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 217 m_pObjLinker->postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 643 milliseconds