Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h328 unsigned getMinGlobalAlign() const { return MinGlobalAlign; } in getMinGlobalAlign() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1364 Align = std::max(Align, getTargetInfo().getMinGlobalAlign()); in getDeclAlign()
1871 return std::max(getTypeAlign(T), getTargetInfo().getMinGlobalAlign()); in getAlignOfGlobalVar()