Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp340 if (!matchesFileCache || matchesFileCache->first != file) in matchesFile()
341 matchesFileCache.emplace(file, filePat.match(getFilename(file))); in matchesFile()
343 return matchesFileCache->second; in matchesFile()
H A DLinkerScript.h173 mutable llvm::Optional<std::pair<const InputFile *, bool>> matchesFileCache; variable