Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h184 DIDT_UUID = 1 << DIDT_ID_UUID, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp604 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
773 DumpType |= DIDT_UUID; in main()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp359 if (DumpType & DIDT_UUID) in dump()