Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DELFReaderTest.h45 mcld::GNUInfo *m_pInfo; variable
DELFReaderTest.cpp35 m_pInfo = new X86_64GNUInfo( m_pConfig->targets().triple() ); in ELFReaderTest()
36 m_pLDBackend = new X86_64GNULDBackend( *m_pConfig, m_pInfo ); in ELFReaderTest()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h103 const GNUInfo& getInfo() const { return *m_pInfo; } in getInfo()
104 GNUInfo& getInfo() { return *m_pInfo; } in getInfo()
460 GNUInfo* m_pInfo; variable
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp65 m_pInfo(pInfo), in GNULDBackend()
96 delete m_pInfo; in ~GNULDBackend()
134 return m_pInfo->defaultTextSegmentAddr(); in segmentStartAddr()
1326 dyld_name = m_pInfo->dyld(); in sizeInterp()
1342 dyld_name = m_pInfo->dyld(); in emitInterp()
1903 if (m_pInfo->isDefaultExecStack()) in setupGNUStackInfo()
2377 return std::min(m_pInfo->commonPageSize(), abiPageSize()); in commonPageSize()
2387 return m_pInfo->abiPageSize(); in abiPageSize()