Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp400 if (!matchesFileCache || matchesFileCache->first != file) in matchesFile()
401 matchesFileCache.emplace(file, filePat.match(getFilename(file))); in matchesFile()
403 return matchesFileCache->second; in matchesFile()
H A DLinkerScript.h195 mutable std::optional<std::pair<const InputFile *, bool>> matchesFileCache; variable