Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp23 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
48 if (Error E = dumpSectionToFile(SecName, FileName, Obj)) in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp250 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
354 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp290 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
643 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()