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

/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h25 virtual bool isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::BinaryReader
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp27 bool BSDArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::BSDArchiveReader
H A DELFBinaryReader.cpp35 bool ELFBinaryReader::isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::ELFBinaryReader
H A DELFDynObjReader.cpp44 /// isMyFormat
45 bool ELFDynObjReader::isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::ELFDynObjReader
H A DELFObjectReader.cpp61 /// isMyFormat
62 bool ELFObjectReader::isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::ELFObjectReader
H A DGNUArchiveReader.cpp41 /// isMyFormat
42 bool GNUArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { function in class:mcld::GNUArchiveReader
383 if (m_ELFObjectReader.isMyFormat(*member, doContinue)) {
394 } else if (doContinue && isMyFormat(*member, doContinue)) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp36 /// isMyFormat
37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const { function in class:mcld::ScriptReader

Completed in 936 milliseconds