Home
last modified time | relevance | path

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

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