Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1016 unsigned getMaxTLSAlignment() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp764 unsigned Module::getMaxTLSAlignment() const { in getMaxTLSAlignment() function in Module
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1524 unsigned MaxTLSAlign = GO->getParent()->getMaxTLSAlignment() / CHAR_BIT; in tryEnforceAlignment()