Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h147 struct SectionPattern { struct
148 SectionPattern(StringMatcher &&Pat1, StringMatcher &&Pat2) in SectionPattern() function
171 std::vector<SectionPattern> SectionPatterns; argument