Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp37 opts.DumpType = DIDT_All; in LLVMFuzzerTestOneInput()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/
DDIContext.h179 DIDT_All = ~0U, enumerator
190 unsigned DumpType = DIDT_All;
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp604 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
775 DumpType = DIDT_All; in main()
778 DumpType = DIDT_All; in main()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()