Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h25 virtual bool isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DBSDArchiveReader.cpp27 bool BSDArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::BSDArchiveReader
H A DELFBinaryReader.cpp35 bool ELFBinaryReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFBinaryReader
H A DELFDynObjReader.cpp45 bool ELFDynObjReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFDynObjReader
H A DELFObjectReader.cpp62 bool ELFObjectReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFObjectReader
H A DGNUArchiveReader.cpp42 bool GNUArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::GNUArchiveReader
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptReader.cpp37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const { in isMyFormat() function in mcld::ScriptReader