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 127 /// postProcessing - do modificatiion after all processes
128 bool postProcessing(MemoryArea& pOutput);
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 86 /// postProcessing - Backend can do any needed modification in the final stage
87 virtual void postProcessing(MemoryArea& pOutput) = 0;
GNULDBackend.h 361 /// postProcessing - Backend can do any needed modification in the final stage
362 void postProcessing(MemoryArea& pOutput);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 524 /// postProcessing - do modification after all processes
525 bool ObjectLinker::postProcessing(MemoryArea& pOutput)
532 m_LDBackend.postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 240 m_pObjLinker->postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 84 milliseconds