Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.h200 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
202 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
HDScriptParser.cpp105 InputSectionDescription *readInputSectionRules(StringRef filePattern,
787 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
790 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()