Home
last modified time | relevance | path

Searched refs:arch_name (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArch.cpp29 const char *arch_name = m_current_value.GetArchitectureName(); in DumpValue() local
30 if (arch_name) in DumpValue()
31 strm.PutCString(arch_name); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp638 bool SBDebugger::GetDefaultArchitecture(char *arch_name, size_t arch_name_len) { in GetDefaultArchitecture() argument
639 LLDB_INSTRUMENT_VA(arch_name, arch_name_len); in GetDefaultArchitecture()
641 if (arch_name && arch_name_len) { in GetDefaultArchitecture()
647 ::snprintf(arch_name, arch_name_len, "%s", triple_str.c_str()); in GetDefaultArchitecture()
649 ::snprintf(arch_name, arch_name_len, "%s", in GetDefaultArchitecture()
654 if (arch_name && arch_name_len) in GetDefaultArchitecture()
655 arch_name[0] = '\0'; in GetDefaultArchitecture()
659 bool SBDebugger::SetDefaultArchitecture(const char *arch_name) { in SetDefaultArchitecture() argument
660 LLDB_INSTRUMENT_VA(arch_name); in SetDefaultArchitecture()
662 if (arch_name) { in SetDefaultArchitecture()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp493 char arch_name[64]; in MainLoop() local
494 if (lldb::SBDebugger::GetDefaultArchitecture(arch_name, in MainLoop()
495 sizeof(arch_name))) in MainLoop()
496 commands_stream.Printf("target create --arch=%s %s", arch_name, in MainLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h424 static bool GetDefaultArchitecture(char *arch_name, size_t arch_name_len);
427 static bool SetDefaultArchitecture(const char *arch_name);
/freebsd/crypto/openssl/
H A DNOTES-VMS.md132 arch = f$edit( f$getsyi( "arch_name"), "upcase")
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1082 llvm::StringRef arch_name(m_triple.getArchName()); in UpdateCore() local
1083 const CoreDefinition *core_def = FindCoreDefinition(arch_name); in UpdateCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1247 std::string arch_name; in GetHostInfo() local
1265 arch_name = std::string(value); in GetHostInfo()
1352 if (arch_name.empty()) { in GetHostInfo()
1372 triple += arch_name; in GetHostInfo()
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl472 $(NODEBUG) arch = f$edit( f$getsyi( "arch_name"), "upcase")
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td251 MetaVarName<"<arch_name>">,