Searched refs:SectionList (Results 1 – 6 of 6) sorted by relevance
109 using SectionList = std::vector<ELFSection *>; variable146 void assignSectionNumbersInfo(SectionList &AllSections);155 SectionList &AllSections);
138 SectionList &AllSections) { in assignRelSectionNumInPairs()168 void ELFObjectWriter::assignSectionNumbersInfo(SectionList &AllSections) { in assignSectionNumbersInfo()326 for (auto &SectionList : VarsBySection) in writeDataSection() local327 SectionList.reserve(Vars.size()); in writeDataSection()330 for (auto &SectionList : VarsBySection) { in writeDataSection() local331 writeDataOfType(static_cast<SectionType>(I++), SectionList, RelocationKind, in writeDataSection()670 SectionList AllSections; in writeNonUserSections()
237 typedef SmallVector<SectionEntry, 64> SectionList; typedef238 SectionList Sections;
259 typedef SmallVector<SectionEntry, 64> SectionList; typedef260 SectionList Sections;
454 typedef SmallVector<const char*, 1> SectionList; typedef455 SectionList Sections;
663 using SectionList = SmallVector<const char*, 1>; variable664 SectionList Sections;