Searched refs:getExecWriter (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h95 virtual ExecWriter *getExecWriter() = 0;
H A DGNULDBackend.h92 ELFExecWriter *getExecWriter();
93 const ELFExecWriter *getExecWriter() const;
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp314 m_LDBackend.getExecWriter()->writeExecutable(m_LDInfo.output());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp626 ELFExecWriter *GNULDBackend::getExecWriter() function in class:GNULDBackend
632 const ELFExecWriter *GNULDBackend::getExecWriter() const function in class:GNULDBackend

Completed in 53 milliseconds