Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h176 void scanInputExceptionSections(Module& pModule);
180 void scanInputExceptionSections(Module& pModule, Input& pInput);
DARMException.cpp49 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule) { in scanInputExceptionSections() function in mcld::ARMGNULDBackend
53 scanInputExceptionSections(pModule, *input); in scanInputExceptionSections()
68 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule, in scanInputExceptionSections() function in mcld::ARMGNULDBackend
DARMLDBackend.cpp401 scanInputExceptionSections(pModule); in preMergeSections()