Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h48 const char *GetShortPluginName();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i58 GetShortPluginName ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38674 result = (char *)(arg1)->GetShortPluginName(); in _wrap_SBProcess_GetShortPluginName()