Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/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()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp278 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
399 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp175 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
618 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()