Home
last modified time | relevance | path

Searched refs:updateSection (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp354 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection() function
427 if (Error E = updateSection(NewSection, Obj)) in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp658 return Obj.updateSection(Name, Data); in handleArgs()
H A DELFObject.h1075 Error updateSection(StringRef Name, ArrayRef<uint8_t> Data);
H A DELFObject.cpp2101 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { in updateSection() function in Object