Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h116 UUID *GetUUIDPtr() { return (m_uuid.IsValid() ? &m_uuid : nullptr); } in GetUUIDPtr() function
118 const UUID *GetUUIDPtr() const { in GetUUIDPtr() function