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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.h160 // getTupleByExIdx - get the ARMExSectionTuple corresponding to pExIdxFragment
161 ARMExSectionTuple* getTupleByExIdx(const Fragment* pExIdxFragment) const { function in class:mcld::ARMExData
H A DARMLDBackend.cpp105 ARMExSectionTuple* tupleA = m_pExData.getTupleByExIdx(&a);
106 ARMExSectionTuple* tupleB = m_pExData.getTupleByExIdx(&b);
741 Fragment* prevTextFrag = m_pExData->getTupleByExIdx(&*it)->getTextFragment();
748 m_pExData->getTupleByExIdx(&*it)->getTextFragment();

Completed in 3230 milliseconds