Home | History | Annotate | Download | only in ARM

Lines Matching refs:isThumbFunction

396   int BOpc   = !AFI->isThumbFunction()
398 int BccOpc = !AFI->isThumbFunction()
400 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function();