Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp306 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 DSBModuleSpec.cpp80 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 DArchSpec.h520 bool SetTriple(const llvm::Triple &triple);
522 bool SetTriple(llvm::StringRef triple_str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArch.cpp49 if (m_current_value.SetTriple(value_str.c_str())) { in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h75 void SetTriple(const char *triple);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp171 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp566 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 DPlatformFreeBSD.cpp192 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp166 arch.SetTriple(triple); in GetSupportedArchitectureAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1258 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 DProcessGDBRemote.cpp1181 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 DDisassembler.cpp993 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 DMinidumpParser.cpp235 m_arch.SetTriple(triple); in GetArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp222 arch.SetTriple(remote_arch.GetTriple().get32BitArchVariant()); in GetSupportedArchitectureAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp453 oso_arch.SetTriple(m_obj_file->GetModule() in GetModuleByCompUnitInfo()