Searched refs:supportsThumb2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp165 bool ARMTargetInfo::supportsThumb2() const { function in class:ARMTargetInfo
639 if (supportsThumb2())
716 if (supportsThumb2())
924 if (!supportsThumb2())
936 if (isThumb() && !supportsThumb2())
943 if (!supportsThumb2())
958 if (!supportsThumb2())
970 if (isThumb() && !supportsThumb2())
981 if (isThumb() && !supportsThumb2()) {
988 if (isThumb() && !supportsThumb2()) {
[all...]
H A DARM.h108 bool supportsThumb2() const;

Completed in 160 milliseconds