Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h170 DIDT_All = ~0U, enumerator
181 unsigned DumpType = DIDT_All;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp463 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
664 DumpType = DIDT_All; in main()
667 DumpType = DIDT_All; in main()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp362 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()