Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i166 GetOSBuild ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h130 const char *GetOSBuild();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp456 const char *SBPlatform::GetOSBuild() { in GetOSBuild() function in SBPlatform
457 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatform, GetOSBuild); in GetOSBuild()
771 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetOSBuild, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37908 result = (char *)(arg1)->GetOSBuild(); in _wrap_SBPlatform_GetOSBuild()