Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i169 GetOSDescription ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h132 const char *GetOSDescription();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp473 const char *SBPlatform::GetOSDescription() { in GetOSDescription() function in SBPlatform
474 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatform, GetOSDescription); in GetOSDescription()
772 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSDescription, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37932 result = (char *)(arg1)->GetOSDescription(); in _wrap_SBPlatform_GetOSDescription()