Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h176 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
178 : BaseCommand(InputSectionKind), filePat(filePattern), in BaseCommand()
H A DScriptParser.cpp102 InputSectionDescription *readInputSectionRules(StringRef filePattern,
711 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
714 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()