Searched refs:dumpSectionToFile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 118 if (Error E = dumpSectionToFile(SecName, FileName, Obj)) in handleArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 289 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 410 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 191 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 634 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
|