Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h48 const char *GetShortPluginName();
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i60 GetShortPluginName ();
/external/llvm-project/lldb/source/API/
DSBProcess.cpp97 const char *SBProcess::GetShortPluginName() { in GetShortPluginName() function in SBProcess
98 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBProcess, GetShortPluginName); in GetShortPluginName()
1324 LLDB_REGISTER_METHOD(const char *, SBProcess, GetShortPluginName, ()); in RegisterMethods()