Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1426 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp4340 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
H A DSemaDecl.cpp13893 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in FinalizeDeclaration()