Home
last modified time | relevance | path

Searched refs:GetUUIDString (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i179 ) GetUUIDString;
181 GetUUIDString () const;
558 return uuid.UUID (self.GetUUIDString())
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h105 const char *GetUUIDString() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp168 const char *SBModule::GetUUIDString() const { in GetUUIDString() function in SBModule
169 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBModule, GetUUIDString); in GetUUIDString()
722 LLDB_REGISTER_METHOD_CONST(const char *, SBModule, GetUUIDString, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34352 result = (char *)((lldb::SBModule const *)arg1)->GetUUIDString(); in _wrap_SBModule_GetUUIDString()