Home
last modified time | relevance | path

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

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