Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h332 StringSaver NewSectionsContents; member
334 Object() : NewSectionsContents(Alloc) {} in Object()
DMachOObjcopy.cpp282 Sec.Content = Obj.NewSectionsContents.save(Buf->getBuffer()); in addSection()