Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueUUID.h19 OptionValueUUID() : OptionValue(), m_uuid() {} in OptionValueUUID() function
21 OptionValueUUID(const UUID &uuid) : OptionValue(), m_uuid(uuid) {} in OptionValueUUID() function
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h151 class OptionValueUUID; variable