| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 139 module_arch.SetTriple("x86_64-pc-windows"); in GetModuleSpecifications() 143 module_arch.SetTriple("i386-pc-windows"); in GetModuleSpecifications() 145 module_arch.SetTriple("i686-pc-windows"); in GetModuleSpecifications() 149 module_arch.SetTriple("armv7-pc-windows"); in GetModuleSpecifications() 153 module_arch.SetTriple("aarch64-pc-windows"); in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 123 void SBModuleSpec::SetTriple(const char *triple) { in SetTriple() function in SBModuleSpec 124 LLDB_RECORD_METHOD(void, SBModuleSpec, SetTriple, (const char *), triple); in SetTriple() 126 m_opaque_up->GetArchitecture().SetTriple(triple); in SetTriple() 272 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetTriple, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 330 arch_32.SetTriple(triple); in ComputeHostArchitectureSupport() 337 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport() 338 arch_32.SetTriple(triple.get32BitArchVariant()); in ComputeHostArchitectureSupport() 345 arch_64.SetTriple(triple); in ComputeHostArchitectureSupport()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArch.cpp | 48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 463 bool SetTriple(const llvm::Triple &triple); 465 bool SetTriple(llvm::StringRef triple_str);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 80 SetTriple (const char *triple);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 72 void SetTriple(const char *triple);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 167 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 191 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 162 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 514 SetTriple(triple_cstr); in ArchSpec() 517 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() 519 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() 739 bool ArchSpec::SetTriple(const llvm::Triple &triple) { in SetTriple() function in ArchSpec 781 bool ArchSpec::SetTriple(llvm::StringRef triple) { in SetTriple() function in ArchSpec 790 SetTriple(llvm::Triple(llvm::Triple::normalize(triple))); in SetTriple()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1312 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 1337 m_host_arch.SetTriple(triple.c_str()); in GetHostInfo() 2001 process_info.GetArchitecture().SetTriple(triple.c_str()); in DecodeProcessInfoResponse() 2156 m_process_arch.SetTriple(triple.c_str()); in GetCurrentProcessInfo() 3683 module_spec.GetArchitecture().SetTriple(triple.c_str()); in GetModuleInfo() 3727 result.GetArchitecture().SetTriple(string); in ParseModuleSpec()
|
| H A D | ProcessGDBRemote.cpp | 1092 new_target_arch.SetTriple(new_target_triple); in DidLaunchOrAttach() 4627 arch_to_use.SetTriple("x86_64--"); in GetGDBServerRegisterInfoXMLAndProcess() 4635 arch_to_use.SetTriple("arm--"); in GetGDBServerRegisterInfoXMLAndProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 888 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation() 1095 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 213 m_arch.SetTriple(triple); in GetArchitecture()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 226 arch.SetTriple(remote_arch.GetTriple().get32BitArchVariant()); in GetSupportedArchitectureAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 455 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 36101 (arg1)->SetTriple((char const *)arg2); in _wrap_SBModuleSpec_SetTriple()
|