Home
last modified time | relevance | path

Searched defs:OptionValueUUID (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h20 OptionValueUUID() : OptionValue(), m_uuid() {} in OptionValueUUID() function
22 OptionValueUUID(const UUID &uuid) : OptionValue(), m_uuid(uuid) {} in OptionValueUUID() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h171 class OptionValueUUID; variable