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

/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h27 virtual bool isMyFormat(Input& pInput, bool &pContinue) const function in class:mcld::BinaryReader
/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp30 bool BSDArchiveReader::isMyFormat(Input& pInput, bool &pContinue) const function in class:BSDArchiveReader
H A DELFBinaryReader.cpp36 bool ELFBinaryReader::isMyFormat(Input& pInput, bool &pContinue) const function in class:ELFBinaryReader
H A DELFDynObjReader.cpp46 /// isMyFormat
47 bool ELFDynObjReader::isMyFormat(Input &pInput, bool &pContinue) const function in class:ELFDynObjReader
H A DELFObjectReader.cpp61 /// isMyFormat
62 bool ELFObjectReader::isMyFormat(Input &pInput, bool &pContinue) const function in class:ELFObjectReader
H A DGNUArchiveReader.cpp44 /// isMyFormat
45 bool GNUArchiveReader::isMyFormat(Input& pInput, bool &pContinue) const function in class:GNUArchiveReader
402 if (m_ELFObjectReader.isMyFormat(*member, doContinue)) {
414 else if (doContinue && isMyFormat(*member, doContinue)) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp31 /// isMyFormat
32 bool ScriptReader::isMyFormat(Input& input, bool &doContinue) const function in class:ScriptReader

Completed in 145 milliseconds