Searched defs:GetUUIDPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h115 UUID *GetUUIDPtr() { return (m_uuid.IsValid() ? &m_uuid : nullptr); } function in class:lldb_private::ModuleSpec
117 const UUID *GetUUIDPtr() const { function in class:lldb_private::ModuleSpec

Completed in 56 milliseconds