Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp410 if (!excludesFileCache || excludesFileCache->first != file) in excludesFile()
411 excludesFileCache.emplace(file, excludedFilePat.match(getFilename(file))); in excludesFile()
413 return excludesFileCache->second; in excludesFile()
H A DLinkerScript.h176 mutable std::optional<std::pair<const InputFile *, bool>> excludesFileCache; variable