Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectMultiword.cpp112 std::string str_name(name); in LoadUserSubcommand() local
114 auto pos = m_subcommand_dict.find(str_name); in LoadUserSubcommand()
116 m_subcommand_dict[str_name] = cmd_obj_sp; in LoadUserSubcommand()
129 m_subcommand_dict[str_name] = cmd_obj_sp; in LoadUserSubcommand()
136 std::string str_name(cmd_name); in RemoveUserSubcommand() local
138 pos = m_subcommand_dict.find(str_name); in RemoveUserSubcommand()
141 str_name.c_str()); in RemoveUserSubcommand()
145 str_name.c_str()); in RemoveUserSubcommand()
150 str_name.c_str()); in RemoveUserSubcommand()
154 str_name.c_str()); in RemoveUserSubcommand()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp44 #define DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, generic_num) \ argument
46 DEFINE_REG_NAME(dwarf_num), DEFINE_REG_NAME_STR(str_name), \
52 #define DEFINE_REGISTER_STUB(dwarf_num, str_name) \ argument
53 DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, LLDB_INVALID_REGNUM)
/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp724 const ConstString str_name(name); in GetChildMemberWithName() local
729 child_sp = value_sp->GetChildMemberWithName(str_name, true); in GetChildMemberWithName()