Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp44 ARMExSectionTuple* exTuple = it->second.get(); in addInputMap() local
45 m_ExIdxToTuple[exTuple->getExIdxFragment()] = exTuple; in addInputMap()
80 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(name); in scanInputExceptionSections() local
81 exTuple->setExIdxSection(sect); in scanInputExceptionSections()
82 exTuple->setTextSection(sect->getLink()); in scanInputExceptionSections()
84 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(name); in scanInputExceptionSections() local
85 exTuple->setExTabSection(sect); in scanInputExceptionSections()
87 ARMExSectionTuple* exTuple = exMap->getOrCreateByRelExSection(name); in scanInputExceptionSections() local
88 exTuple->setRelExIdxSection(sect); in scanInputExceptionSections()
90 ARMExSectionTuple* exTuple = exMap->getOrCreateByRelExSection(name); in scanInputExceptionSections() local
[all …]