HomeSort by relevance Sort by last modified time
    Searched refs:GetArgumentName (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Interpreter/
CommandObject.h 208 GetArgumentName (lldb::CommandArgumentType arg_type);
  /external/lldb/source/Interpreter/
CommandObject.cpp 541 CommandObject::GetArgumentName (CommandArgumentType arg_type)
601 const char *first_name = GetArgumentName (arg_entry[0].arg_type);
602 const char *second_name = GetArgumentName (arg_entry[1].arg_type);
641 names.Printf ("%s", GetArgumentName (arg_entry[j].arg_type));
    [all...]
Options.cpp 450 strm.Printf (" <%s>", CommandObject::GetArgumentName (opt_def.argument_type));
456 CommandObject::GetArgumentName (opt_def.argument_type));
667 arg_name_str.Printf ("<%s>", CommandObject::GetArgumentName (arg_type));
    [all...]

Completed in 783 milliseconds