Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h162 bool excludesFile(const InputFile *file) const;
H A DLinkerScript.cpp346 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile() function in SectionPattern
473 if (!cmd->matchesFile(sec->file) || pat.excludesFile(sec->file) || in computeInputSections()