Searched refs:isLazy (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTUnresolvedSet.h | 37 bool isLazy() const { return getTag(); } in isLazy() function 110 if (Impl.Decls.isLazy()) in get() 118 assert(Impl.empty() || Impl.Decls.isLazy()); in addLazyDecl()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 239 if (imp && imp->isLazy()) { in reportUndefinedSymbol() 281 if (l->isLazy() && !l->pendingArchiveLoad) { in loadMinGWSymbols() 287 if (l->isLazy() || isa<Defined>(l)) { in loadMinGWSymbols() 306 if (!l || l->pendingArchiveLoad || !l->isLazy()) in loadMinGWSymbols() 665 if (wasInserted || (s->isLazy() && overrideLazy)) { in addUndefined() 669 if (s->isLazy()) in addUndefined() 854 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addAbsolute() 867 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addAbsolute() 880 if (wasInserted || isa<Undefined>(s) || s->isLazy()) in addSynthetic() 929 if (wasInserted || isa<Undefined>(s) || s->isLazy()) { in addImportData() [all …]
|
| H A D | Symbols.h | 93 bool isLazy() const { in isLazy() function
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 286 bool isLazy = false, bool isExplicit = true, in addFile() argument 399 newFile = make<ObjFile>(mbref, getModTime(path), "", isLazy); in addFile() 409 newFile = make<BitcodeFile>(mbref, "", 0, isLazy); in addFile() 437 if (config->printEachFile && magic != file_magic::archive && !isLazy) in addFile() 567 static void addFileList(StringRef path, bool isLazy) { in addFileList() argument 573 addFile(rerootPath(path), LoadType::CommandLine, isLazy); in addFileList() 1222 bool isLazy = false; in createFiles() local 1232 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy); in createFiles() 1252 addFileList(arg->getValue(), isLazy); in createFiles() 1286 isLazy = true; in createFiles() [all …]
|
| H A D | Symbols.h | 53 bool isLazy() const { in isLazy() function
|
| H A D | UnwindInfoSection.cpp | 268 if (!sym->isLazy()) in prepareRelocations()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 275 else if (sym.isLazy()) in printTraceSymbol() 415 if (isLazy()) { in resolve() 668 if (visibility() == STV_DEFAULT && (isUndefined() || isLazy())) { in resolve()
|
| H A D | SymbolTable.cpp | 120 return sym.isDefined() || sym.isCommon() || sym.isLazy(); in canBeVersioned()
|
| H A D | Symbols.h | 170 bool isLazy() const { return symbolKind == LazyKind; } in isLazy() function
|
| H A D | Writer.cpp | 294 if (sym->isLazy() || (s && !cast<SharedFile>(s->file)->isNeeded)) { in demoteSymbolsAndComputeIsPreemptible() 295 uint8_t binding = sym->isLazy() ? sym->binding : uint8_t(STB_WEAK); in demoteSymbolsAndComputeIsPreemptible()
|
| H A D | Driver.cpp | 2337 if (!sym->isLazy()) in handleUndefined() 2367 if (sym && sym->isLazy() && isa<BitcodeFile>(sym->file)) { in handleLibcall()
|
| H A D | SyntheticSections.cpp | 3837 assert(!s.sym->isLazy()); in writeTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | GenericDomTreeUpdater.h | 59 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; } in isLazy() function
|
| H A D | GenericDomTreeUpdaterImpl.h | 116 if (isLazy()) in applyUpdatesPermissive()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 67 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); in getFromExternalSource()
|