Home
last modified time | relevance | path

Searched defs:isLazy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h58 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; } in isLazy() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h37 bool isLazy() const { return getTag(); } in isLazy() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp289 bool isLazy = false, bool isExplicit = true, in addFile()
571 static void addFileList(StringRef path, bool isLazy) { in addFileList()
1210 bool isLazy = false; in createFiles() local
H A DSymbols.h55 bool isLazy() const { in isLazy() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.h89 bool isLazy() const { in isLazy() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h193 bool isLazy() const { return symbolKind == LazyKind; } in isLazy() function