Home
last modified time | relevance | path

Searched defs:getMinGlobalAlign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.cpp311 unsigned CSKYTargetInfo::getMinGlobalAlign(uint64_t Size, in getMinGlobalAlign() function in CSKYTargetInfo
H A DSystemZ.cpp141 unsigned SystemZTargetInfo::getMinGlobalAlign(uint64_t Size, in getMinGlobalAlign() function in SystemZTargetInfo
H A DAArch64.cpp1627 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize, in getMinGlobalAlign() function in MicrosoftARM64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h735 virtual unsigned getMinGlobalAlign(uint64_t Size, bool HasNonWeakDef) const { in getMinGlobalAlign() function