Home
last modified time | relevance | path

Searched refs:SetTriple (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp139 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 DSBModuleSpec.cpp123 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 DHostInfoBase.cpp330 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 DOptionValueArch.cpp48 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h463 bool SetTriple(const llvm::Triple &triple);
465 bool SetTriple(llvm::StringRef triple_str);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i80 SetTriple (const char *triple);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h72 void SetTriple(const char *triple);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp167 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp191 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp162 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp514 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 DGDBRemoteCommunicationClient.cpp1312 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 DProcessGDBRemote.cpp1092 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 DDisassembler.cpp888 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 DMinidumpParser.cpp213 m_arch.SetTriple(triple); in GetArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp226 arch.SetTriple(remote_arch.GetTriple().get32BitArchVariant()); in GetSupportedArchitectureAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp455 oso_arch.SetTriple(m_objfile_sp->GetModule() in GetModuleByCompUnitInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36101 (arg1)->SetTriple((char const *)arg2); in _wrap_SBModuleSpec_SetTriple()