Searched refs:isMyFormat (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBSDArchiveReader.h33 bool isMyFormat(Input& pInput) const;
H A DLDReader.h40 virtual bool isMyFormat(Input& pInput) const = 0;
H A DELFDynObjReader.h36 bool isMyFormat(Input &pFile) const;
H A DELFObjectReader.h37 bool isMyFormat(Input &pFile) const;
H A DGNUArchiveReader.h42 /// isMyFormat
43 bool isMyFormat(Input& input) const;
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp29 bool BSDArchiveReader::isMyFormat(Input& pInput) const function in class:BSDArchiveReader
H A DELFDynObjReader.cpp39 /// isMyFormat
40 bool ELFDynObjReader::isMyFormat(Input &pInput) const function in class:ELFDynObjReader
H A DGNUArchiveReader.cpp45 /// isMyFormat
46 bool GNUArchiveReader::isMyFormat(Input& pInput) const function in class:GNUArchiveReader
157 if (m_ELFObjectReader.isMyFormat(*member)) {
165 else if (isMyFormat(*member)) {
H A DELFObjectReader.cpp45 /// isMyFormat
46 bool ELFObjectReader::isMyFormat(Input &pInput) const function in class:ELFObjectReader
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp136 if (m_LDBackend.getObjectReader()->isMyFormat(**input)) {
143 else if (m_LDBackend.getDynObjReader()->isMyFormat(**input)) {
149 else if (m_LDBackend.getArchiveReader()->isMyFormat(**input)) {

Completed in 246 milliseconds