Searched defs:SectionList (Results 1 – 6 of 6) sorted by relevance
109 using SectionList = std::vector<ELFSection *>; variable
326 for (auto &SectionList : VarsBySection) in writeDataSection() local330 for (auto &SectionList : VarsBySection) { in writeDataSection() local
454 typedef SmallVector<const char*, 1> SectionList; typedef
237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
259 typedef SmallVector<SectionEntry, 64> SectionList; typedef
663 using SectionList = SmallVector<const char*, 1>; variable