Searched defs:SectionList (Results 1 – 15 of 15) sorted by relevance
19 class SectionList; variable
25 class SectionList; variable
48 class SectionList; variable
26 class SectionList; variable
109 using SectionList = std::vector<ELFSection *>; variable
325 for (auto &SectionList : VarsBySection) in writeDataSection() local329 for (auto &SectionList : VarsBySection) { in writeDataSection() local
454 typedef SmallVector<const char*, 1> SectionList; typedef
237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
663 using SectionList = SmallVector<const char*, 1>; variable
661 using SectionList = SmallVector<const char*, 1>; variable
253 typedef std::deque<SectionEntry> SectionList; typedef
254 typedef SmallVector<SectionEntry, 64> SectionList; typedef
804 using SectionList = std::vector<SymbolSection>; typedef
801 using SectionList = std::vector<SymbolSection>; typedef
180 class SectionList; variable