Lines Matching refs:SecName
138 static Error dumpDebugSection(StringRef SecName, DWARFContext &DCtx, in dumpDebugSection() argument
140 if (SecName == "__debug_abbrev") { in dumpDebugSection()
144 if (SecName == "__debug_aranges") in dumpDebugSection()
146 if (SecName == "__debug_info") { in dumpDebugSection()
150 if (SecName == "__debug_line") { in dumpDebugSection()
154 if (SecName.startswith("__debug_pub")) { in dumpDebugSection()
159 if (SecName == "__debug_ranges") in dumpDebugSection()
161 if (SecName == "__debug_str") in dumpDebugSection()
164 "dumping " + SecName + " section is not supported"); in dumpDebugSection()
182 StringRef SecName(S->sectname); in extractSections() local
190 if (SecName.startswith("__debug_")) { in extractSections()
193 if (Error Err = dumpDebugSection(SecName, *DWARFCtx.get(), Y.DWARF)) in extractSections()