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.h242 MipsGNUInfo& m_pInfo; member in class:mcld::MipsGNULDBackend
H A DMipsGOT.h138 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::LocalEntry
196 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::GotEntryKey
203 if (m_pInfo != key.m_pInfo)
204 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; }
522 GNUInfo* m_pInfo; member in class:mcld::GNULDBackend

Completed in 75 milliseconds