Searched refs:pSect (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.h98 ARMExSectionTuple* getByExSection(LDSection &pSect) const {
99 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX);
100 SectMap::const_iterator it = m_SectToExData.find(&pSect);
109 ARMExSectionTuple* getOrCreateByExSection(LDSection &pSect) { argument
110 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX);
111 std::unique_ptr<ARMExSectionTuple>& result = m_SectToExData[&pSect];

Completed in 187 milliseconds