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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp73 uint32_t normalizedSectionIndex; member in struct:__anon1147::SectionInfo
83 normalizedSectionIndex(0), finalSectionIndex(0) {
650 si->normalizedSectionIndex = file.sections.size()-1;
672 Section *normSect = &file.sections[si->normalizedSectionIndex];
718 Section *normSect = &file.sections[si->normalizedSectionIndex];
1172 Section &normSect = file.sections[si->normalizedSectionIndex];
1316 Section &normSect = file.sections[si->normalizedSectionIndex];
1514 file.sections[sectInfo->normalizedSectionIndex].content;
1526 file.sections[sectInfo->normalizedSectionIndex].content = newContent;

Completed in 113 milliseconds