Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp500 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
504 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp666 const char *CommandObject::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in CommandObject