Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp62 const object::MachOObjectFile &MachOObj, uint32_t &NextSectionIndex) { in extractSections() argument
77 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()
82 MachOObj.getSection(NextSectionIndex++); in extractSections()
119 uint32_t NextSectionIndex = 1; in readLoadCommands() local
138 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
154 LoadCmd, MachOObj, NextSectionIndex)) in readLoadCommands()
H A DMachOObject.cpp119 uint32_t NextSectionIndex = 1; in removeSections() local
126 (*I)->Index = NextSectionIndex++; in removeSections()