Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp74 uint32_t finalSectionIndex; member
83 normalizedSectionIndex(0), finalSectionIndex(0) { in SectionInfo()
552 sect->finalSectionIndex = sectionIndex++; in organizeSections()
1066 AtomAndIndex ai = { atom, sect->finalSectionIndex, symbolScope }; in addSymbols()
1073 sym.sect = sect->finalSectionIndex; in addSymbols()
1089 sym.sect = sect->finalSectionIndex; in addSymbols()
1287 return si->finalSectionIndex; in sectionIndexForAtom()