Home
last modified time | relevance | path

Searched refs:getMinGlobalAlign (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.h74 unsigned getMinGlobalAlign(uint64_t) const override;
H A DCSKY.cpp311 unsigned CSKYTargetInfo::getMinGlobalAlign(uint64_t Size) const { in getMinGlobalAlign() function in CSKYTargetInfo
H A DNVPTX.cpp118 MinGlobalAlign = HostTarget->getMinGlobalAlign(/* TypeSize = */ 0); in NVPTXTargetInfo()
H A DAArch64.h240 unsigned getMinGlobalAlign(uint64_t TypeSize) const override;
H A DSPIR.h128 MinGlobalAlign = HostTarget->getMinGlobalAlign(/* TypeSize = */ 0); in BaseSPIRTargetInfo()
H A DAArch64.cpp1549 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize) const { in getMinGlobalAlign() function in MicrosoftARM64TargetInfo
1550 unsigned Align = WindowsARM64TargetInfo::getMinGlobalAlign(TypeSize); in getMinGlobalAlign()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h708 virtual unsigned getMinGlobalAlign (uint64_t) const { in getMinGlobalAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1695 Align = std::max(Align, getTargetInfo().getMinGlobalAlign(TypeSize)); in getDeclAlign()
2521 getTargetInfo().getMinGlobalAlign(TypeSize)); in getAlignOfGlobalVar()