Lines Matching refs:SecName
134 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() argument
136 if (SecName == "__debug_abbrev") { in dumpDebugSection()
140 if (SecName == "__debug_aranges") in dumpDebugSection()
142 if (SecName == "__debug_info") { in dumpDebugSection()
146 if (SecName == "__debug_line") { in dumpDebugSection()
150 if (SecName.startswith("__debug_pub")) { in dumpDebugSection()
155 if (SecName == "__debug_ranges") in dumpDebugSection()
157 if (SecName == "__debug_str") in dumpDebugSection()
160 "dumping " + SecName + " section is not supported"); in dumpDebugSection()
178 StringRef SecName(S->sectname); in extractSections() local
179 if (SecName.startswith("__debug_")) { in extractSections()
182 if (Error Err = dumpDebugSection(SecName, *DWARFCtx.get(), Y.DWARF)) in extractSections()