Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h207 bool matchesFile(const InputFile *file) const;
H A DLinkerScript.cpp396 bool InputSectionDescription::matchesFile(const InputFile *file) const { in matchesFile() function in InputSectionDescription
418 if (id->matchesFile(s->file)) in shouldKeep()
535 if (!cmd->matchesFile(sec->file) || pat.excludesFile(sec->file) || in computeInputSections()