Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp239 const char *SBPlatformShellCommand::GetCommand() { in GetCommand() function in SBPlatformShellCommand
240 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformShellCommand, GetCommand); in GetCommand()
585 const char *command = shell_command.GetCommand(); in Run()
737 LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetCommand, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i71 GetCommand();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h69 const char *GetCommand();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37291 result = (char *)(arg1)->GetCommand(); in _wrap_SBPlatformShellCommand_GetCommand()