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