Home
last modified time | relevance | path

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

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