Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h199 bool matchesFile(const InputFile *file) const;
DLinkerScript.cpp392 bool InputSectionDescription::matchesFile(const InputFile *file) const { in matchesFile() function in InputSectionDescription
414 if (id->matchesFile(s->file)) in shouldKeep()
529 if (!cmd->matchesFile(sec->file) || pat.excludesFile(sec->file) || in computeInputSections()