Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h346 StringSaver NewSectionsContents; member
348 Object() : NewSectionsContents(Alloc) {} in Object()
H A DMachOObjcopy.cpp305 Obj.NewSectionsContents.save(NewSection.SectionData->getBuffer()); in addSection()
365 Sec.Content = O.NewSectionsContents.save(NewSection.SectionData->getBuffer()); in updateSection()