Searched refs:emitOutput (Results 1 - 6 of 6) 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/include/mcld/Object/
H A DObjectLinker.h124 /// emitOutput - emit the output file.
125 bool emitOutput(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/Core/
H A DLinker.cpp237 m_pObjLinker->emitOutput(pOutput);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp517 /// emitOutput - emit the output file.
518 bool ObjectLinker::emitOutput(MemoryArea& pOutput) function in class:ObjectLinker
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2277 m_pEhFrameHdr->emitOutput<32>(pOutput);

Completed in 465 milliseconds