Home
last modified time | relevance | path

Searched refs:emitInterp (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h141 virtual void emitInterp(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp133 target().emitInterp(pOutput); in writeObject()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1274 void GNULDBackend::emitInterp(FileOutputBuffer& pOutput) { in emitInterp() function in mcld::GNULDBackend