Home
last modified time | relevance | path

Searched refs:getMaxTLSAlign (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1151 unsigned short getMaxTLSAlign() const { in getMaxTLSAlign() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3748 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
H A DSemaDecl.cpp12045 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in FinalizeDeclaration()