Searched defs:updateSection (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | HTMLLogger.js | 31 function updateSection(root, data) { function |
/llvm-project/bolt/lib/Rewrite/ | ||
H A D | ExecutableFileMemoryManager.cpp | 104 void ExecutableFileMemoryManager::updateSection( in updateSection() function in llvm::bolt::ExecutableFileMemoryManager |
/llvm-project/llvm/lib/ObjCopy/MachO/ | ||
H A D | MachOObjcopy.cpp | 365 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { updateSection() function |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 2160 Error Object::updateSection(StringRef Name, ArrayRef<uint8_t> Data) { updateSection() function in Object |