Home
last modified time | relevance | path

Searched refs:GetTriple (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp30 getRegset(notes, arch.GetTriple(), AARCH64_SSVE_Desc); in Create()
34 DataExtractor sve_data = getRegset(notes, arch.GetTriple(), AARCH64_SVE_Desc); in Create()
41 DataExtractor pac_data = getRegset(notes, arch.GetTriple(), AARCH64_PAC_Desc); in Create()
45 DataExtractor tls_data = getRegset(notes, arch.GetTriple(), AARCH64_TLS_Desc); in Create()
51 DataExtractor za_data = getRegset(notes, arch.GetTriple(), AARCH64_ZA_Desc); in Create()
56 DataExtractor mte_data = getRegset(notes, arch.GetTriple(), AARCH64_MTE_Desc); in Create()
60 DataExtractor zt_data = getRegset(notes, arch.GetTriple(), AARCH64_ZT_Desc); in Create()
68 getRegset(notes, arch.GetTriple(), AARCH64_FPMR_Desc); in Create()
72 DataExtractor gcs_data = getRegset(notes, arch.GetTriple(), AARCH64_GCS_Desc); in Create()
96 llvm::Triple::OSType os = process->GetArchitecture().GetTriple().getOS(); in RegisterContextCorePOSIX_arm64()
[all …]
H A DRegisterContextPOSIXCore_ppc64le.cpp32 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_ppc64le()
38 DataExtractor vmxregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc); in RegisterContextCorePOSIX_ppc64le()
44 DataExtractor vsxregset = getRegset(notes, arch.GetTriple(), PPC_VSX_Desc); in RegisterContextCorePOSIX_ppc64le()
H A DRegisterContextPOSIXCore_riscv64.cpp21 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in Create()
44 m_fpr = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_riscv64()
H A DRegisterContextPOSIXCore_powerpc.cpp29 DataExtractor fpregset = getRegset(notes, arch.GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_powerpc()
35 DataExtractor vregset = getRegset(notes, arch.GetTriple(), PPC_VMX_Desc); in RegisterContextCorePOSIX_powerpc()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp582 bool ArchSpec::IsMIPS() const { return GetTriple().isMIPS(); } in IsMIPS()
669 if (GetTriple().isARM()) in GetClangTargetCPU()
670 cpu = llvm::ARM::getARMCPUForArch(GetTriple(), "").str(); in GetClangTargetCPU()
805 arch.GetTriple().setVendorName(vendor); in ParseMachCPUDashSubtypeTriple()
806 arch.GetTriple().setOSName(os); in ParseMachCPUDashSubtypeTriple()
834 if ((GetTriple().getOS() == llvm::Triple::MacOSX || in MergeFrom()
835 GetTriple().getOS() == llvm::Triple::UnknownOS) && in MergeFrom()
836 other.GetTriple().getOS() == llvm::Triple::IOS && in MergeFrom()
837 other.GetTriple().getEnvironment() == llvm::Triple::MacABI) { in MergeFrom()
843 GetTriple().setVendor(other.GetTriple().getVendor()); in MergeFrom()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp36 if (arch.GetTriple().isPPC64() && in Create()
37 arch.GetTriple().getObjectFormat() == llvm::Triple::ObjectFormatType::ELF) in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp52 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
56 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
119 if (hostArch.GetTriple().isArch64Bit()) { in PlatformFreeBSD()
184 if (arch.GetTriple().getArch() == llvm::Triple::x86) in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp592 spec.GetArchitecture().GetTriple().getOS(); in GetModuleSpecifications()
599 vendor = spec.GetArchitecture().GetTriple().getVendor(); in GetModuleSpecifications()
640 llvm::Triple &spec_triple = spec.GetArchitecture().GetTriple(); in GetModuleSpecifications()
1085 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1086 arch_spec.GetTriple().setVendor(llvm::Triple::VendorType::UnknownVendor); in RefineModuleDetailsFromNote()
1111 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Linux); in RefineModuleDetailsFromNote()
1112 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1124 arch_spec.GetTriple().setOS(llvm::Triple::OSType::UnknownOS); in RefineModuleDetailsFromNote()
1125 arch_spec.GetTriple().setVendor( in RefineModuleDetailsFromNote()
1134 arch_spec.GetTriple().setOS(llvm::Triple::OSType::Solaris); in RefineModuleDetailsFromNote()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp53 if ((arch.GetTriple().getArch() == llvm::Triple::x86) && in CreateInstance()
54 (arch.GetTriple().isMacOSX() || arch.GetTriple().isiOS() || in CreateInstance()
55 arch.GetTriple().isWatchOS())) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp176 const char *SBProcessInfo::GetTriple() { in GetTriple() function in SBProcessInfo
186 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple()
H A DSBModuleSpec.cpp112 const char *SBModuleSpec::GetTriple() { in GetTriple() function in SBModuleSpec
115 std::string triple(m_opaque_up->GetArchitecture().GetTriple().str()); in GetTriple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp47 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp55 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
58 arch->GetTriple().getOS() == llvm::Triple::AIX); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfoDocstrings.i8 ) lldb::SBProcessInfo::GetTriple;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp47 arch ? arch->GetTriple().getTriple() : "<null>"); in CreateInstance()
51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
108 if (hostArch.GetTriple().isArch64Bit()) { in PlatformNetBSD()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp82 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer()
127 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp112 if (target_sp && (target_sp->GetArchitecture().GetTriple().getArch() == in SetOptionValue()
114 target_sp->GetArchitecture().GetTriple().getArch() == in SetOptionValue()
193 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 || in OptionParsingStarting()
194 target->GetArchitecture().GetTriple().getArch() == in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp20 platform.GetSystemArchitecture().GetTriple().getOS(); in IsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp114 arch.GetTriple().getTriple().c_str()); in GetModuleSpec()
124 arch.GetTriple().getTriple().c_str(), stream.GetData()); in GetModuleSpec()
259 if (remote_arch.GetTriple().isArch64Bit()) in ConnectRemote()
261 ArchSpec(remote_arch.GetTriple().get32BitArchVariant())); in ConnectRemote()
357 const char *arch_triple = arch_spec.GetTriple().str().c_str(); in LaunchProcess()
452 llvm::Triple &remote_triple = remote_arch.GetTriple(); in LaunchGDBServer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DUtility.cpp18 if (!target.GetArchitecture().GetTriple().isOSDarwin()) in GetPreferredAsanModule()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp213 if (arch.GetTriple().getArch() == llvm::Triple::x86_64) { in GetUnwindPlan()
217 if (arch.GetTriple().getArch() == llvm::Triple::aarch64 || in GetUnwindPlan()
218 arch.GetTriple().getArch() == llvm::Triple::aarch64_32) { in GetUnwindPlan()
221 if (arch.GetTriple().getArch() == llvm::Triple::x86) { in GetUnwindPlan()
224 if (arch.GetTriple().getArch() == llvm::Triple::arm || in GetUnwindPlan()
225 arch.GetTriple().getArch() == llvm::Triple::thumb) { in GetUnwindPlan()
339 if (arch.GetTriple().getArch() == llvm::Triple::arm || in ScanIndex()
340 arch.GetTriple().getArch() == llvm::Triple::thumb) in ScanIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp228 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
229 mspec2.GetArchitecture().GetTriple())) { in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp75 const llvm::Triple &TT = target.GetArchitecture().GetTriple(); in CreateInstance()
211 const llvm::Triple &TT = GetTargetRef().GetArchitecture().GetTriple(); in IsModuleObjCLibrary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp548 auto triple = m_process->GetTarget().GetArchitecture().GetTriple(); in UpdateFileSpecIfNecessary()
631 return target.GetArchitecture().GetTriple().isAndroid() && in GetThreadInfo()
676 if ((arch.GetTriple().getOS() == llvm::Triple::FreeBSD || in IsCoreFile()
677 arch.GetTriple().getOS() == llvm::Triple::NetBSD) && in IsCoreFile()

12345