Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h188 DIDT_UUID = 1 << DIDT_ID_UUID, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp692 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
872 DumpType |= DIDT_UUID; in main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp999 if (DumpType & DIDT_UUID) in dump()