Searched defs:exTuple (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp47 ARMExSectionTuple* exTuple = it->second.get(); local
48 m_ExIdxToTuple[exTuple->getExIdxFragment()] = exTuple;
71 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(*sect); local
72 exTuple->setExIdxSection(sect);
73 exTuple->setTextSection(sect->getLink());
85 ARMExSectionTuple* exTuple = it->second.get(); local
86 LDSection* const text = exTuple->getTextSection();
87 LDSection* const exIdx = exTuple->getExIdxSection();
104 exTuple
[all...]

Completed in 277 milliseconds