Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h338 StringSaver NewSectionsContents; member
340 Object() : NewSectionsContents(Alloc) {} in Object()
H A DMachOObjcopy.cpp289 Sec.Content = Obj.NewSectionsContents.save(Buf->getBuffer()); in addSection()