Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h332 StringSaver NewSectionsContents; member
334 Object() : NewSectionsContents(Alloc) {} in Object()
H A DMachOObjcopy.cpp287 Sec.Content = Obj.NewSectionsContents.save(Buf->getBuffer()); in addSection()