Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h161 : BaseCommand(InputSectionKind), FilePat(FilePattern) {} in InputSectionDescription()
167 StringMatcher FilePat; member
H A DLinkerScript.cpp302 if (ID->FilePat.match(Filename)) in shouldKeep()
398 if (!Cmd->FilePat.match(Filename) || in computeInputSections()