Searched refs:arch_name (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArch.cpp | 29 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 D | SBDebugger.cpp | 638 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 D | Driver.cpp | 493 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 D | SBDebugger.h | 424 static bool GetDefaultArchitecture(char *arch_name, size_t arch_name_len); 427 static bool SetDefaultArchitecture(const char *arch_name);
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-VMS.md | 132 arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 1082 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 D | GDBRemoteCommunicationClient.cpp | 1247 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 D | descrip.mms.tmpl | 472 $(NODEBUG) arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 251 MetaVarName<"<arch_name>">,
|