Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp75 uint32_t finalSectionIndex; member
84 normalizedSectionIndex(0), finalSectionIndex(0) { in SectionInfo()
553 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()