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

/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.h47 mcld::GNUInfo* m_pInfo; member in class:mcldtest::ELFReaderTest
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h223 MipsGNUInfo& m_pInfo; member in class:mcld::MipsGNULDBackend
H A DMipsGOT.h127 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::LocalEntry
179 const ResolveInfo* m_pInfo; member in struct:mcld::MipsGOT::GotEntryKey
187 if (m_pInfo != key.m_pInfo)
188 return m_pInfo < key.m_pInfo;
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h101 const GNUInfo& getInfo() const { return *m_pInfo; }
102 GNUInfo& getInfo() { return *m_pInfo; }
530 GNUInfo* m_pInfo; member in class:mcld::GNULDBackend

Completed in 1084 milliseconds