Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1469 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp4458 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
H A DSemaDecl.cpp14236 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in CheckThreadLocalForLargeAlignment()