Home
last modified time | relevance | path

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

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