Searched refs:FilePattern (Results 1 – 2 of 2) sorted by relevance
160 InputSectionDescription(StringRef FilePattern) in InputSectionDescription()161 : BaseCommand(InputSectionKind), FilePat(FilePattern) {} in InputSectionDescription()
92 InputSectionDescription *readInputSectionRules(StringRef FilePattern);662 ScriptParser::readInputSectionRules(StringRef FilePattern) { in readInputSectionRules() argument663 auto *Cmd = make<InputSectionDescription>(FilePattern); in readInputSectionRules()701 StringRef FilePattern = next(); in readInputSectionDescription() local702 InputSectionDescription *Cmd = readInputSectionRules(FilePattern); in readInputSectionDescription()