HomeSort by relevance Sort by last modified time
    Searched refs:m_Last (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 52 m_Last = m_SectionData->begin();
115 ++m_Last;
116 assert(m_Last != m_SectionData->end() &&
119 return llvm::cast<HexagonPLT1>(&(*m_Last));
HexagonPLT.h 95 SectionData::iterator m_Last;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 93 m_Last = m_SectionData->begin();
95 m_Last = m_SectionData->begin();
150 ++m_Last;
151 assert(m_Last != m_SectionData->end() &&
153 return llvm::cast<PLTEntryBase>(&(*m_Last));
X86PLT.h 138 SectionData::iterator m_Last;

Completed in 1213 milliseconds