Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h320 bool SetValueAs(UUID v) { return SetUUIDValue(v); } in SetValueAs()
386 bool SetUUIDValue(const UUID &uuid);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp454 bool OptionValue::SetUUIDValue(const UUID &uuid) { in SetUUIDValue() function in OptionValue