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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h174 /// scanInputExceptionSections - scan exception-related input sections in
176 void scanInputExceptionSections(Module& pModule);
178 /// scanInputExceptionSections - scan exception-related input sections in
180 void scanInputExceptionSections(Module& pModule, Input& pInput);
H A DARMException.cpp49 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule) { function in class:mcld::ARMGNULDBackend
53 scanInputExceptionSections(pModule, *input);
68 void ARMGNULDBackend::scanInputExceptionSections(Module& pModule, function in class:mcld::ARMGNULDBackend
H A DARMLDBackend.cpp401 scanInputExceptionSections(pModule);

Completed in 68 milliseconds