Searched refs:_sectionInfos (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp194 std::vector<SectionInfo*> _sectionInfos; member in class:__anon1147::Util
214 for (SectionInfo *si : _sectionInfos) {
251 _sectionInfos.push_back(sect);
336 _sectionInfos.push_back(sect);
371 _sectionInfos.push_back(sect);
531 for (SectionInfo *si : _sectionInfos) {
664 for (const SectionInfo *sectInfo : _sectionInfos)
671 for (SectionInfo *si : _sectionInfos) {
701 file.sections.reserve(_sectionInfos.size());
711 file.sections.reserve(_sectionInfos
[all...]

Completed in 164 milliseconds