Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py170 debugger.GetVersionString())
183 print('LLDB version %s' % debugger.GetVersionString())
H A Dcrashlog.py1301 print(debugger.GetVersionString())
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i400 GetVersionString ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h280 static const char *GetVersionString();
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp382 llvm::outs() << lldb::SBDebugger::GetVersionString() << '\n'; in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp728 const char *SBDebugger::GetVersionString() { in GetVersionString() function in SBDebugger