Searched refs:shouldDump (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 325 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump() local 336 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump() 339 if (shouldDump(ExplicitDWO, ".debug_abbrev.dwo", DIDT_ID_DebugAbbrev, in dump() 345 if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) { in dump() 378 if (shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump() 382 if (shouldDump(ExplicitDWO, ".debug_loc.dwo", DIDT_ID_DebugLoc, in dump() 387 if (shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump() 391 if (shouldDump(Explicit, ".eh_frame", DIDT_ID_DebugFrame, in dump() 402 if (shouldDump(Explicit, ".debug_aranges", DIDT_ID_DebugAranges, in dump() 428 if (shouldDump(Explicit, ".debug_line", DIDT_ID_DebugLine, in dump() [all …]
|