Searched refs:pSect (Results 1 – 1 of 1) sorted by relevance
98 ARMExSectionTuple* getByExSection(LDSection &pSect) const { in getByExSection() argument99 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX); in getByExSection()100 SectMap::const_iterator it = m_SectToExData.find(&pSect); in getByExSection()109 ARMExSectionTuple* getOrCreateByExSection(LDSection &pSect) { in getOrCreateByExSection() argument110 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX); in getOrCreateByExSection()111 std::unique_ptr<ARMExSectionTuple>& result = m_SectToExData[&pSect]; in getOrCreateByExSection()