Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1584 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1389 if (getContext().getTargetInfo().getMaxTLSAlign()) in Release()
1391 getContext().getTargetInfo().getMaxTLSAlign()); in Release()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp4062 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
HDSemaDecl.cpp14524 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in CheckThreadLocalForLargeAlignment()