Home
last modified time | relevance | path

Searched defs:updateSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js31 function updateSection(root, data) { function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp357 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { updateSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2160 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { in updateSection() function in Object