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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h168 mutable std::optional<std::pair<const InputFile *, bool>> excludesFileCache; member in class:lld::elf::SectionPattern
H A DLinkerScript.cpp406 if (!excludesFileCache || excludesFileCache->first != file)
407 excludesFileCache.emplace(file, excludedFilePat.match(getFilename(file)));
409 return excludesFileCache->second;

Completed in 69 milliseconds