Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1069 void SetUUID(const lldb_private::UUID &uuid);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp557 image_info.SetUUID(m_kld_name_to_uuid[image_info.GetName()]); in ParseKmods()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp355 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID() function in Module