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.h1085 void SetUUID(const lldb_private::UUID &uuid);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp556 image_info.SetUUID(it->second); in ParseKmods()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp362 void Module::SetUUID(const lldb_private::UUID &uuid) { in SetUUID() function in Module