Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp92 DenseMap<uint32_t, const Section *> OldIndexToSection; in removeSections() local
99 OldIndexToSection[(*I)->Index] = I->get(); in removeSections()
107 return (Section && !OldIndexToSection.count(*Section)); in removeSections()
129 S->n_sect = OldIndexToSection[S->n_sect]->Index; in removeSections()