Home
last modified time | relevance | path

Searched refs:m_pInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h138 const ResolveInfo* m_pInfo; member
196 const ResolveInfo* m_pInfo; member
203 if (m_pInfo != key.m_pInfo)
204 return m_pInfo < key.m_pInfo;
DMipsGOT.cpp77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) { in LocalEntry()
81 if (m_pInfo != O.m_pInfo) in operator <()
82 return m_pInfo < O.m_pInfo; in operator <()
386 key.m_pInfo = pInfo; in recordGlobalEntry()
394 key.m_pInfo = pInfo; in lookupGlobalEntry()
411 key.m_pInfo = pInfo; in recordTLSEntry()
417 key.m_pInfo = pInfo; in recordTLSEntry()
432 key.m_pInfo = pInfo; in lookupTLSEntry()
440 key.m_pInfo = pInfo; in lookupTLSEntry()
453 key.m_pInfo = pInfo; in recordLocalEntry()
[all …]
DMipsLDBackend.h242 MipsGNUInfo& m_pInfo;
DMipsLDBackend.cpp56 m_pInfo(*pInfo), in MipsGNULDBackend()
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0); in doPostLayout()
1186 m_pInfo.setElfFlags(elfFlags); in preMergeSections()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.h46 mcld::GNUInfo* m_pInfo; variable
DELFReaderTest.cpp38 m_pInfo = new X86_64GNUInfo(m_pConfig->targets().triple()); in ELFReaderTest()
39 m_pLDBackend = new X86_64GNULDBackend(*m_pConfig, m_pInfo); in ELFReaderTest()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h99 const GNUInfo& getInfo() const { return *m_pInfo; } in getInfo()
100 GNUInfo& getInfo() { return *m_pInfo; } in getInfo()
522 GNUInfo* m_pInfo; variable
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp85 m_pInfo(pInfo), in GNULDBackend()
119 delete m_pInfo; in ~GNULDBackend()
156 return m_pInfo->defaultTextSegmentAddr(); in getSegmentStartAddr()
1267 dyld_name = m_pInfo->dyld(); in sizeInterp()
1282 dyld_name = m_pInfo->dyld(); in emitInterp()
2064 if (m_pInfo->isDefaultExecStack()) in setupGNUStackInfo()
2687 return std::min(m_pInfo->commonPageSize(), abiPageSize()); in commonPageSize()
2695 return m_pInfo->abiPageSize(); in abiPageSize()
2888 return m_pInfo->stubGroupSize(); in stubGroupSize()