Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBProcess.h48 const char *GetShortPluginName();
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBProcess.i58 GetShortPluginName ();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBProcess.cpp96 const char *SBProcess::GetShortPluginName() { in GetShortPluginName() function in SBProcess
97 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetShortPluginName); in GetShortPluginName()
1349 LLDB_REGISTER_METHOD(const char *, SBProcess, GetShortPluginName, ()); in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp38674 result = (char *)(arg1)->GetShortPluginName(); in _wrap_SBProcess_GetShortPluginName()