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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 161 const ResolveInfo* m_pInfo;
166 return m_pInfo < key.m_pInfo;
MipsGOT.cpp 339 key.m_pInfo = pInfo;
347 key.m_pInfo = pInfo;
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 47 mcld::GNUInfo* m_pInfo;
ELFReaderTest.cpp 36 m_pInfo = new X86_64GNUInfo( m_pConfig->targets().triple() );
37 m_pLDBackend = new X86_64GNULDBackend( *m_pConfig, m_pInfo );
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 103 const GNUInfo& getInfo() const { return *m_pInfo; }
104 GNUInfo& getInfo() { return *m_pInfo; }
467 GNUInfo* m_pInfo;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 71 m_pInfo(pInfo),
102 delete m_pInfo;
140 return m_pInfo->defaultTextSegmentAddr();
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 860 SegmentInfo* m_pInfo;
mkvparser.cpp 692 m_pInfo(NULL),
721 delete m_pInfo;
954 if (m_pInfo)
957 m_pInfo = new (std::nothrow) SegmentInfo(
964 if (m_pInfo == NULL)
967 const long status = m_pInfo->Parse();
1032 if (m_pInfo == NULL) //TODO: liberalize this behavior
    [all...]

Completed in 4331 milliseconds