Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h194 SingleStringMatcher filePat; variable
202 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
H A DLinkerScript.cpp393 if (filePat.isTrivialMatchAll()) in matchesFile()
397 matchesFileCache.emplace(file, filePat.match(getFilename(file))); in matchesFile()