Searched refs:updateSection (Results 1 – 5 of 5) sorted by relevance
22 updateSection(root, data);31 function updateSection(root, data) { function
365 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection() 438 if (Error E = updateSection(NewSection, Obj)) in handleArgs() 357 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { updateSection() function
774 return Obj.updateSection(Name, Data); in handleArgs()
1208 Error updateSection(StringRef Name, ArrayRef<uint8_t> Data);
2160 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { in updateSection() function in Object