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.h200 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
202 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
H A DScriptParser.cpp105 InputSectionDescription *readInputSectionRules(StringRef filePattern,
787 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
790 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()