Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1031 void SetUUID(const lldb_private::UUID &uuid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp360 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID() function in Module