Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp57 static RegionFragment* findRegionFragment(LDSection& pSection) { in findRegionFragment() function
141 RegionFragment* textFrag = findRegionFragment(*text); in scanInputExceptionSections()
142 RegionFragment* exIdxFrag = findRegionFragment(*exIdx); in scanInputExceptionSections()
143 RegionFragment* exTabFrag = exTab ? findRegionFragment(*exTab) : NULL; in scanInputExceptionSections()