Searched defs:m_pInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.h46 mcld::GNUInfo* m_pInfo; member in class:mcldtest::ELFReaderTest
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h222 MipsGNUInfo& m_pInfo; member in class:mcld::MipsGNULDBackend
H A DMipsGOT.h125 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::LocalEntry
177 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::GotEntryKey
184 if (m_pInfo != key.m_pInfo)
185 return m_pInfo < key.m_pInfo;
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h99 const GNUInfo& getInfo() const { return *m_pInfo; }
100 GNUInfo& getInfo() { return *m_pInfo; }
516 GNUInfo* m_pInfo; member in class:mcld::GNULDBackend

Completed in 168 milliseconds