Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h735 getMinGlobalAlign(uint64_t Size,bool HasNonWeakDef) getMinGlobalAlign() argument
/llvm-project/clang/lib/AST/
H A DASTContext.cpp2576 bool HasNonWeakDef = !VD || (VD->hasDefinition() && !VD->isWeak()); getMinGlobalAlignOfVar() local