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

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameHdr.h 48 /// emitOutput - write out eh_frame_hdr
50 void emitOutput(MemoryArea& pOutput)
51 { assert(false && "Call invalid EhFrameHdr::emitOutput"); }
69 /// emitOutput - write out eh_frame_hdr
71 void EhFrameHdr::emitOutput<32>(MemoryArea& pOutput);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 124 /// emitOutput - emit the output file.
125 bool emitOutput(MemoryArea& pOutput);
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 40 /// emitOutput<32> - write out eh_frame_hdr
42 void EhFrameHdr::emitOutput<32>(MemoryArea& pOutput)
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 237 m_pObjLinker->emitOutput(pOutput);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 517 /// emitOutput - emit the output file.
518 bool ObjectLinker::emitOutput(MemoryArea& pOutput)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 235 milliseconds