Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h204 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
207 filePat(filePattern), classRef(classRef), withFlags(withFlags), in SectionCommand()
209 assert((filePattern.empty() || classRef.empty()) && in SectionCommand()
215 if (!filePattern.empty()) { in SectionCommand()
216 if (filePattern.back() == ':') { in SectionCommand()
218 filePat = filePattern.drop_back(); in SectionCommand()
219 } else if (filePattern.front() == ':') { in SectionCommand()
221 filePat = filePattern.drop_front(); in SectionCommand()
H A DScriptParser.cpp94 InputSectionDescription *readInputSectionRules(StringRef filePattern,
822 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
825 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()