Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp134 static Error dumpSection(Object &O, StringRef SectionName, StringRef FileName) { in dumpSection() function
161 if (Error E = dumpSection(Obj, Section, File)) in handleArgs()