Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp40 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/
DMachOObjcopy.cpp257 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/
DELFObjcopy.cpp177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
582 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()