Searched refs:dumpSectionToFile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| 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-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | MachOObjcopy.cpp | 257 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 342 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | ELFObjcopy.cpp | 177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 582 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
|