Searched refs:isLazy (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h36 bool isLazy() const { return getTag(); } function in struct:clang::ASTUnresolvedSet::DeclsTy
100 if (Impl.Decls.isLazy())
108 assert(Impl.empty() || Impl.Decls.isLazy());
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h155 bool isLazy() const { function in class:lld::elf::Symbol
163 return isWeak() && (isUndefined() || isLazy());
523 if (symbolKind != PlaceholderKind && !isLazy() && !newSym.isLazy() &&
H A DSymbols.cpp295 else if (sym->isLazy())
436 if (isLazy()) {
684 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) {
H A DDriver.cpp1400 if (sym->isLazy())
1429 if (!sym || !sym->isLazy())
H A DWriter.cpp1249 if (!sym->isLazy())
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp241 if (!l || l->pendingArchiveLoad || !l->isLazy())
480 if (wasInserted || (s->isLazy() && isWeakAlias)) {
484 if (s->isLazy())
592 if (wasInserted || isa<Undefined>(s) || s->isLazy())
607 if (wasInserted || isa<Undefined>(s) || s->isLazy())
622 if (wasInserted || isa<Undefined>(s) || s->isLazy())
678 if (wasInserted || isa<Undefined>(s) || s->isLazy()) {
693 if (wasInserted || isa<Undefined>(s) || s->isLazy()) {
H A DSymbols.h83 bool isLazy() const { function in class:lld::coff::Symbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; function in class:llvm::DomTreeUpdater::UpdateStrategy
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp286 if (isLazy())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp65 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");

Completed in 109 milliseconds