Searched refs:alt_name (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp199 if (g_register_infos[i].alt_name)
200 g_register_infos[i].alt_name = ConstString(g_register_infos[i].alt_name).GetCString();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp195 if (g_register_infos[i].alt_name)
196 g_register_infos[i].alt_name = ConstString(g_register_infos[i].alt_name).GetCString();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp192 if (g_register_infos[i].alt_name)
193 g_register_infos[i].alt_name = ConstString(g_register_infos[i].alt_name).GetCString();
/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_ex.c183 if ((name = sp->alt_name) == NULL) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp523 ConstString alt_name;
552 alt_name.SetCString(value.c_str());
644 m_register_info.AddRegister(reg_info, reg_name, alt_name, set_name);
4352 ConstString alt_name;
4375 reg_node.ForEachAttribute([&target_info, &gdb_group, &gdb_type, &reg_name, &alt_name, &set_name, &value_regs, &invalidate_regs, &encoding_set, &format_set, &reg_info, &cur_reg_num, &reg_offset](const llvm::StringRef &name, const llvm::StringRef &value) -> bool {
4406 alt_name.SetString(value);
4510 dyn_reg_info.AddRegister(reg_info, reg_name, alt_name, set_name);
H A DGDBRemoteCommunicationServerLLGS.cpp1545 if (reg_info->alt_name && reg_info->alt_name[0])
1548 response.PutCString (reg_info->alt_name);
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dcert.c1859 int name, alt_name, same; local
1863 name = alt_name = same = *match = 0;
1894 ret = match_alt_name(&t->val[i].base, c, &same, &alt_name);
1896 if (name && (!same || alt_name))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp204 reg_info.alt_name = NULL;
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_argv.c407 if ((t = sp->alt_name) == NULL) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp459 reg_info.alt_name = GetRegisterName (reg_num, true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp462 else if (reg_info->alt_name)
463 m_location_str = reg_info->alt_name;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp471 reg_info.alt_name = GetRegisterName (reg_num, true);

Completed in 307 milliseconds

12