Home
last modified time | relevance | path

Searched refs:dumpSectionToFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp40 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
118 if (Error E = dumpSectionToFile(SecName, FileName, Obj)) in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp257 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
342 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
582 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()