Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp194 std::vector<SectionInfo*> _sectionInfos; member in __anon2e8aa0f30111::Util
214 for (SectionInfo *si : _sectionInfos) { in ~Util()
251 _sectionInfos.push_back(sect); in getRelocatableSection()
336 _sectionInfos.push_back(sect); in getFinalSection()
371 _sectionInfos.push_back(sect); in sectionForAtom()
531 for (SectionInfo *si : _sectionInfos) { in organizeSections()
664 for (const SectionInfo *sectInfo : _sectionInfos) in copySectionContent()
671 for (SectionInfo *si : _sectionInfos) { in copySectionContent()
701 file.sections.reserve(_sectionInfos.size()); in copySectionInfo()
711 file.sections.reserve(_sectionInfos.size()); in updateSectionInfo()
[all …]