Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp367 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump() local
378 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump()
381 if (shouldDump(ExplicitDWO, ".debug_abbrev.dwo", DIDT_ID_DebugAbbrev, in dump()
422 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump()
427 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists, in dump()
434 shouldDump(ExplicitDWO, ".debug_loclists.dwo", DIDT_ID_DebugLoclists, in dump()
442 shouldDump(ExplicitDWO, ".debug_loc.dwo", DIDT_ID_DebugLoc, in dump()
460 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump()
469 shouldDump(Explicit, ".eh_frame", DIDT_ID_DebugFrame, in dump()
477 if (shouldDump(Explicit, ".debug_macro", DIDT_ID_DebugMacro, in dump()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp1666 static bool shouldDump(SymbolicFile &Obj) { in shouldDump() function
1904 if (!shouldDump(Obj))