Searched refs:getExecFileFormat (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h90 virtual LDFileFormat* getExecFileFormat() = 0;
H A DGNULDBackend.h136 ELFExecFileFormat* getExecFileFormat();
137 ELFExecFileFormat* getExecFileFormat() const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp201 ELFExecFileFormat* GNULDBackend::getExecFileFormat() function in class:GNULDBackend
207 ELFExecFileFormat* GNULDBackend::getExecFileFormat() const function in class:GNULDBackend
251 file_format = getExecFileFormat();
345 file_format = getExecFileFormat();
460 file_format = getExecFileFormat();
656 file_format = getExecFileFormat();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp176 return getExecFileFormat();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp258 return getExecFileFormat();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp860 return getExecFileFormat();

Completed in 41 milliseconds