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

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

Completed in 175 milliseconds