Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp23 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
48 if (Error E = dumpSectionToFile(SecName, FileName, Obj)) in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp255 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
340 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
528 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()