Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h160 InputSectionDescription(StringRef FilePattern) in InputSectionDescription()
161 : BaseCommand(InputSectionKind), FilePat(FilePattern) {} in InputSectionDescription()
H A DScriptParser.cpp92 InputSectionDescription *readInputSectionRules(StringRef FilePattern);
662 ScriptParser::readInputSectionRules(StringRef FilePattern) { in readInputSectionRules() argument
663 auto *Cmd = make<InputSectionDescription>(FilePattern); in readInputSectionRules()
701 StringRef FilePattern = next(); in readInputSectionDescription() local
702 InputSectionDescription *Cmd = readInputSectionRules(FilePattern); in readInputSectionDescription()