Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTUnresolvedSet.h36 bool isLazy() const { return getTag(); } in isLazy() function
/openbsd/gnu/llvm/lld/MachO/
H A DDriver.cpp269 bool isLazy = false, bool isExplicit = true, in addFile()
515 static void addFileList(StringRef path, bool isLazy) { in addFileList()
1112 bool isLazy = false; in createFiles() local
H A DSymbols.h55 bool isLazy() const { in isLazy() function
/openbsd/gnu/llvm/lld/COFF/
H A DSymbols.h89 bool isLazy() const { in isLazy() function
/openbsd/gnu/llvm/lld/ELF/
H A DSymbols.h187 bool isLazy() const { return symbolKind == LazyObjectKind; } in isLazy() function
/openbsd/gnu/llvm/lld/wasm/
H A DSymbols.h76 bool isLazy() const { return symbolKind == LazyKind; } in isLazy() function