Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1350 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4065 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
H A DSemaDecl.cpp13395 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in FinalizeDeclaration()