Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.cpp877 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize) const { in getMinGlobalAlign() function in MicrosoftARM64TargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h616 virtual unsigned getMinGlobalAlign (uint64_t) const { in getMinGlobalAlign() function