Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h183 DIDT_All = ~0U, enumerator
194 unsigned DumpType = DIDT_All;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp692 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
874 DumpType = DIDT_All; in main()
877 DumpType = DIDT_All; in main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1005 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()