HomeSort by relevance Sort by last modified time
    Searched refs:isMyFormat (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDReader.h 40 virtual bool isMyFormat(Input& pInput) const = 0;
BSDArchiveReader.h 33 bool isMyFormat(Input& pInput) const;
BinaryReader.h 36 virtual bool isMyFormat(Input& pInput) const
ELFDynObjReader.h 38 bool isMyFormat(Input &pFile) const;
ELFObjectReader.h 49 bool isMyFormat(Input &pFile) const;
GNUArchiveReader.h 40 /// isMyFormat
41 bool isMyFormat(Input& input) const;
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 29 bool BSDArchiveReader::isMyFormat(Input& pInput) const
GroupReader.cpp 79 if (m_ArchiveReader.isMyFormat(**input)) {
96 else if (m_ObjectReader.isMyFormat(**input)) {
106 else if (m_DynObjReader.isMyFormat(**input)) {
GNUArchiveReader.cpp 44 /// isMyFormat
45 bool GNUArchiveReader::isMyFormat(Input& pInput) const
386 if (m_ELFObjectReader.isMyFormat(*member)) {
394 else if (isMyFormat(*member)) {
ELFDynObjReader.cpp 46 /// isMyFormat
47 bool ELFDynObjReader::isMyFormat(Input &pInput) const
ELFObjectReader.cpp 59 /// isMyFormat
60 bool ELFObjectReader::isMyFormat(Input &pInput) const
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 153 else if (getObjectReader()->isMyFormat(**input)) {
161 else if (getDynObjReader()->isMyFormat(**input)) {
168 else if (getArchiveReader()->isMyFormat(**input)) {
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 161 ASSERT_TRUE( m_pELFObjReader->isMyFormat(*m_pInput) );

Completed in 78 milliseconds