Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h178 DIDT_All = ~0U, enumerator
189 unsigned DumpType = DIDT_All;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp458 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
659 DumpType = DIDT_All; in main()
662 DumpType = DIDT_All; in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp362 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()