Home
last modified time | relevance | path

Searched refs:excludesFileCache (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp405 if (!excludesFileCache || excludesFileCache->first != file) in excludesFile()
406 excludesFileCache.emplace(file, excludedFilePat.match(getFilename(file))); in excludesFile()
408 return excludesFileCache->second; in excludesFile()
H A DLinkerScript.h168 mutable llvm::Optional<std::pair<const InputFile *, bool>> excludesFileCache; variable