Home | History | Annotate | Download | only in ARM

Lines Matching refs:isThumbFunction

399   int BOpc   = !AFI->isThumbFunction()
401 int BccOpc = !AFI->isThumbFunction()
403 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function();