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 125 /// postProcessing - do modificatiion after all processes
126 bool postProcessing(FileOutputBuffer& 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(FileOutputBuffer& pOutput) = 0;
GNULDBackend.h 426 /// postProcessing - Backend can do any needed modification in the final stage
427 void postProcessing(FileOutputBuffer& pOutput);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 253 m_pObjLinker->postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 792 /// postProcessing - do modification after all processes
793 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput)
803 m_LDBackend.postProcessing(pOutput);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 66 milliseconds