Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h735 virtual unsigned getMinGlobalAlign(uint64_t Size, bool HasNonWeakDef) const { in getMinGlobalAlign()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2577 bool HasNonWeakDef = !VD || (VD->hasDefinition() && !VD->isWeak()); in getMinGlobalAlignOfVar() local