Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1502 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1313 if (getContext().getTargetInfo().getMaxTLSAlign()) in Release()
1315 getContext().getTargetInfo().getMaxTLSAlign()); in Release()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4539 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
H A DSemaDecl.cpp14717 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in CheckThreadLocalForLargeAlignment()