Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp289 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
410 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp191 static Error dumpSectionToFile(StringRef SecName, StringRef Filename, in dumpSectionToFile() function
634 if (Error E = dumpSectionToFile(SectionName, FileName, Obj)) in handleArgs()