Searched defs:isMyFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h36 virtual bool isMyFormat(Input& pInput) const function in class:mcld::BinaryReader
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp29 bool BSDArchiveReader::isMyFormat(Input& pInput) const function in class:BSDArchiveReader
H A DELFDynObjReader.cpp46 /// isMyFormat
47 bool ELFDynObjReader::isMyFormat(Input &pInput) const function in class:ELFDynObjReader
H A DELFObjectReader.cpp59 /// isMyFormat
60 bool ELFObjectReader::isMyFormat(Input &pInput) const function in class:ELFObjectReader
H A DGNUArchiveReader.cpp44 /// isMyFormat
45 bool GNUArchiveReader::isMyFormat(Input& pInput) const function in class:GNUArchiveReader
386 if (m_ELFObjectReader.isMyFormat(*member)) {
394 else if (isMyFormat(*member)) {

Completed in 108 milliseconds