Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js22 updateSection(root, data);
31 function updateSection(root, data) { function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp365 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
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp774 return Obj.updateSection(Name, Data); in handleArgs()
H A DELFObject.h1208 Error updateSection(StringRef Name, ArrayRef<uint8_t> Data);
H A DELFObject.cpp2160 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { in updateSection() function in Object