Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h159 struct InputSectionDescription : BaseCommand { struct
160 InputSectionDescription(StringRef FilePattern) in InputSectionDescription() function
170 // will be associated with this InputSectionDescription. argument
171 std::vector<SectionPattern> SectionPatterns;
173 std::vector<InputSection *> Sections;
178 std::vector<std::pair<ThunkSection *, uint32_t>> ThunkSections;