Searched refs:dumpSectionToFile (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | WasmObjcopy.cpp | 23 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 D | MachOObjcopy.cpp | 255 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 D | ELFObjcopy.cpp | 177 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function 528 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
|