Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp71 options.DumpType &= ~DIDT_UUID; in dumpDWARFContext()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h188 DIDT_UUID = 1 << DIDT_ID_UUID, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp662 if (!(DumpType & DIDT_UUID) || DumpType == DIDT_All) in dumpObjectFile()
837 DumpType |= DIDT_UUID; in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp998 if (DumpType & DIDT_UUID) in dump()