Home
last modified time | relevance | path

Searched refs:GetArgumentDescriptionAsCString (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp507 const char *SBCommandInterpreter::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in SBCommandInterpreter
511 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp673 const char *CommandObject::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in CommandObject