Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp659 return Obj.updateSection(Name, Data); in handleArgs()
H A DELFObject.h1071 Error updateSection(StringRef Name, ArrayRef<uint8_t> Data);
H A DELFObject.cpp2079 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { in updateSection() function in Object