Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h80 void SetUUID(const lldb_private::UUID uuid) { m_uuid = uuid; } in SetUUID() function
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp355 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID() function in Module