Searched defs:emitOutput (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h48 /// emitOutput - write out eh_frame_hdr
50 void emitOutput(MemoryArea& pOutput) function in class:mcld::EhFrameHdr
51 { assert(false && "Call invalid EhFrameHdr::emitOutput"); }
69 /// emitOutput - write out eh_frame_hdr
71 void EhFrameHdr::emitOutput<32>(MemoryArea& pOutput);
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp40 /// emitOutput<32> - write out eh_frame_hdr
42 void EhFrameHdr::emitOutput<32>(MemoryArea& pOutput) function in class:EhFrameHdr
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp517 /// emitOutput - emit the output file.
518 bool ObjectLinker::emitOutput(MemoryArea& pOutput) function in class:ObjectLinker

Completed in 971 milliseconds