Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DCSKY.cpp310 unsigned CSKYTargetInfo::getMinGlobalAlign(uint64_t Size) const { in getMinGlobalAlign() function in CSKYTargetInfo
H A DAArch64.cpp1401 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize) const { in getMinGlobalAlign() function in MicrosoftARM64TargetInfo
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h680 virtual unsigned getMinGlobalAlign (uint64_t) const { in getMinGlobalAlign() function