| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 306 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport() 313 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport() 314 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport() 321 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 80 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec 81 m_opaque_ap->GetArchitecture().SetTriple(triple); in SetTriple()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 520 bool SetTriple(const llvm::Triple &triple); 522 bool SetTriple(llvm::StringRef triple_str);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueArch.cpp | 49 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 75 void SetTriple(const char *triple);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 171 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 566 SetTriple(triple_cstr); in ArchSpec() 569 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() 571 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() 830 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec 872 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec 881 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 192 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 166 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1258 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 1282 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 1918 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse() 2052 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo() 3545 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo() 3590 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
|
| H A D | ProcessGDBRemote.cpp | 1181 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach() 4609 arch_to_use.SetTriple("x86_64--"); in GetGDBServerRegisterInfo() 4617 arch_to_use.SetTriple("arm--"); in GetGDBServerRegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 993 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation() 1261 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 235 m_arch.SetTriple(triple); in GetArchitecture()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 222 arch.SetTriple(remote_arch.GetTriple().get32BitArchVariant()); in GetSupportedArchitectureAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 453 oso_arch.SetTriple(m_obj_file->GetModule() in GetModuleByCompUnitInfo()
|