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 68 if (m_ArchiveReader.isMyFormat(**input)) {
79 else if (m_ObjectReader.isMyFormat(**input)) {
89 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 151 else if (getObjectReader()->isMyFormat(**input)) {
159 else if (getDynObjReader()->isMyFormat(**input)) {
166 else if (getArchiveReader()->isMyFormat(**input)) {
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 159 ASSERT_TRUE( m_pELFObjReader->isMyFormat(*m_pInput) );

Completed in 419 milliseconds