Home
last modified time | relevance | path

Searched refs:hasAlignMac68kSupport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h917 bool hasAlignMac68kSupport() const { in hasAlignMac68kSupport() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp244 if (!this->Context.getTargetInfo().hasAlignMac68kSupport()) { in ActOnPragmaOptionsAlign()