Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.h98 ARMExSectionTuple* getByExSection(LDSection &pSect) const { in getByExSection() argument
99 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() argument
110 assert(pSect.type() == llvm::ELF::SHT_ARM_EXIDX); in getOrCreateByExSection()
111 std::unique_ptr<ARMExSectionTuple>& result = m_SectToExData[&pSect]; in getOrCreateByExSection()