Searched refs:arch_name (Results 1 – 10 of 10) 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 | 681 bool SBDebugger::GetDefaultArchitecture(char *arch_name, size_t arch_name_len) { in GetDefaultArchitecture() argument 682 LLDB_INSTRUMENT_VA(arch_name, arch_name_len); in GetDefaultArchitecture() 684 if (arch_name && arch_name_len) { in GetDefaultArchitecture() 690 ::snprintf(arch_name, arch_name_len, "%s", triple_str.c_str()); in GetDefaultArchitecture() 692 ::snprintf(arch_name, arch_name_len, "%s", in GetDefaultArchitecture() 697 if (arch_name && arch_name_len) in GetDefaultArchitecture() 698 arch_name[0] = '\0'; in GetDefaultArchitecture() 702 bool SBDebugger::SetDefaultArchitecture(const char *arch_name) { in SetDefaultArchitecture() argument 703 LLDB_INSTRUMENT_VA(arch_name); in SetDefaultArchitecture() 705 if (arch_name) { in SetDefaultArchitecture() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Cuda.cpp | 77 const char *arch_name; member 163 return result->arch_name; in OffloadArchToString() 178 [S](const OffloadArchToStringMap &map) { return S == map.arch_name; }); in StringToOffloadArch()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.cpp | 483 char arch_name[64]; in MainLoop() local 484 if (lldb::SBDebugger::GetDefaultArchitecture(arch_name, in MainLoop() 485 sizeof(arch_name))) in MainLoop() 486 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 | 311 static bool GetDefaultArchitecture(char *arch_name, size_t arch_name_len); 313 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/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1224 std::string arch_name; in GetHostInfo() local 1242 arch_name = std::string(value); in GetHostInfo() 1329 if (arch_name.empty()) { in GetHostInfo() 1349 triple += arch_name; in GetHostInfo() 2134 std::string arch_name; in GetCurrentProcessInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 1050 llvm::StringRef arch_name(m_triple.getArchName()); in UpdateCore() local 1051 const CoreDefinition *core_def = FindCoreDefinition(arch_name); in UpdateCore()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 434 $(NODEBUG) arch = f$edit( f$getsyi( "arch_name"), "upcase")
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 201 MetaVarName<"<arch_name>">,
|