Home
last modified time | relevance | path

Searched refs:GetVersionString (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i376 GetVersionString ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h250 static const char *GetVersionString();
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp381 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in ProcessArgs()
798 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in InitializeReproducer()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp683 const char *SBDebugger::GetVersionString() { in GetVersionString() function in SBDebugger
684 LLDB_RECORD_STATIC_METHOD_NO_ARGS(const char *, SBDebugger, GetVersionString); in GetVersionString()
1790 LLDB_REGISTER_STATIC_METHOD(const char *, SBDebugger, GetVersionString, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19490 result = (char *)lldb::SBDebugger::GetVersionString(); in _wrap_SBDebugger_GetVersionString()