Home
last modified time | relevance | path

Searched refs:GetUUIDValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h382 std::optional<UUID> GetUUIDValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp445 std::optional<UUID> OptionValue::GetUUIDValue() const { in GetUUIDValue() function in OptionValue