Home
last modified time | relevance | path

Searched refs:SectionPattern (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h177 class SectionPattern {
184 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
234 SmallVector<SectionPattern, 0> sectionPatterns;
H A DScriptParser.cpp93 SmallVector<SectionPattern, 0> readInputSectionsList();
775 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()
776 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()
831 SmallVector<SectionPattern, 0> v; in readInputSectionRules()
847 for (SectionPattern &pat : v) { in readInputSectionRules()
H A DLinkerScript.cpp432 bool SectionPattern::excludesFile(const InputFile &file) const { in excludesFile()
446 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
551 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h163 NameMatcher SectionPattern; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp645 StringRef SectionPattern = ArgValue.slice(0, LastSymbolIndex); in parseChangeSectionAddr() local
646 if (SectionPattern.empty()) in parseChangeSectionAddr()
651 if (Error E = PatternUpdate.SectionPattern.addMatcher(NameOrPattern::create( in parseChangeSectionAddr()
652 SectionPattern, SectionMatchStyle, ErrorCallback))) in parseChangeSectionAddr()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp861 if (PatternUpdate.SectionPattern.matches(Sec.Name) && in handleArgs()