Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h190 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
192 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand()
H A DScriptParser.cpp103 InputSectionDescription *readInputSectionRules(StringRef filePattern,
727 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument
730 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()