Home
last modified time | relevance | path

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

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