| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, 36 ArchSpec::Core core; 253 ArchSpec::Core core; 525 ArchSpec::ArchSpec() = default; 527 ArchSpec::ArchSpec(const char *triple_cstr) { in ArchSpec() function in ArchSpec 532 ArchSpec::ArchSpec(llvm::StringRef triple_str) { SetTriple(triple_str); } in ArchSpec() function in ArchSpec 534 ArchSpec::ArchSpec(const llvm::Triple &triple) { SetTriple(triple); } in ArchSpec() function in ArchSpec 540 ArchSpec::~ArchSpec() = default; 809 void ArchSpec::MergeFrom(const ArchSpec &other) { in MergeFrom() 972 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueArch.h | 26 OptionValueArch(const ArchSpec &value) in OptionValueArch() 29 OptionValueArch(const ArchSpec ¤t_value, const ArchSpec &default_value) in OptionValueArch() 55 ArchSpec &GetCurrentValue() { return m_current_value; } in GetCurrentValue() 57 const ArchSpec &GetCurrentValue() const { return m_current_value; } in GetCurrentValue() 59 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() 61 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { in SetCurrentValue() 67 void SetDefaultValue(const ArchSpec &value) { m_default_value = value; } in SetDefaultValue() 70 ArchSpec m_current_value; 71 ArchSpec m_default_value;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 31 class ArchSpec { 280 ArchSpec(); 285 explicit ArchSpec(const llvm::Triple &triple); 286 explicit ArchSpec(const char *triple_cstr); 287 explicit ArchSpec(llvm::StringRef triple_str); 296 ~ArchSpec(); 372 void MergeFrom(const ArchSpec &other); 497 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() 502 bool IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() 557 bool operator<(const ArchSpec &lhs, const ArchSpec &rhs); [all …]
|
| H A D | ProcessInfo.h | 34 ProcessInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid); 61 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture() 63 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() 65 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } in SetArchitecture() 128 ArchSpec m_arch; 144 ProcessInstanceInfo(const char *name, const ArchSpec &arch, lldb::pid_t pid) in ProcessInstanceInfo() 240 bool ArchitectureMatches(const ArchSpec &arch_spec) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 85 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() 269 case lldb_private::ArchSpec::eCore_x86_32_i386: in GetSize() 270 case lldb_private::ArchSpec::eCore_x86_32_i486: in GetSize() 338 case lldb_private::ArchSpec::eCore_s390x_generic: in GetSize() 339 case lldb_private::ArchSpec::eCore_x86_64_x86_64: in GetSize() 341 case lldb_private::ArchSpec::eCore_x86_32_i386: in GetSize() 342 case lldb_private::ArchSpec::eCore_x86_32_i486: in GetSize() 406 case lldb_private::ArchSpec::eCore_x86_64_x86_64: in GetSize() 408 case lldb_private::ArchSpec::eCore_s390x_generic: in GetSize() 409 case lldb_private::ArchSpec::eCore_x86_32_i386: in GetSize() [all …]
|
| H A D | ThreadElfCore.h | 57 const lldb_private::ArchSpec &arch); 64 static size_t GetSize(const lldb_private::ArchSpec &arch); 78 const lldb_private::ArchSpec &arch); 85 static size_t GetSize(const lldb_private::ArchSpec &arch); 113 const lldb_private::ArchSpec &arch); 120 static size_t GetSize(const lldb_private::ArchSpec &arch);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch); 45 std::vector<ArchSpec> 46 GetSupportedArchitectures(const ArchSpec &process_host_arch) override; 52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, 57 std::vector<ArchSpec> m_supported_architectures;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 106 static ArchSpec GetAugmentedArchSpec(Platform *platform, 244 virtual ArchSpec GetRemoteSystemArchitecture() { in GetRemoteSystemArchitecture() 245 return ArchSpec(); // Return an invalid architecture in GetRemoteSystemArchitecture() 340 virtual std::vector<ArchSpec> 465 const ArchSpec &GetSystemArchitecture(); 467 void SetSystemArchitecture(const ArchSpec &arch) { in SetSystemArchitecture() 476 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple); 933 static std::vector<ArchSpec> 959 ArchSpec 1082 lldb::PlatformSP GetOrCreate(const ArchSpec &arch, [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.h | 27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch); 46 std::vector<ArchSpec> 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override; 55 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, 62 std::vector<ArchSpec> m_supported_architectures;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.h | 27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch); 46 std::vector<ArchSpec> 47 GetSupportedArchitectures(const ArchSpec &process_host_arch) override; 53 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, 60 std::vector<ArchSpec> m_supported_architectures;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 781 ArchSpec process_host_arch; in ResolveExecutable() 830 ArchSpec process_host_arch; in ResolveRemoteExecutable() 919 return ArchSpec(); in GetAugmentedArchSpec() 922 return ArchSpec(triple); in GetAugmentedArchSpec() 927 ArchSpec compatible_arch; in GetAugmentedArchSpec() 928 ArchSpec raw_arch(triple); in GetAugmentedArchSpec() 1148 std::vector<ArchSpec> 1151 std::vector<ArchSpec> list; in CreateArchList() 1169 ArchSpec platform_arch; in IsCompatibleArchitecture() 1516 ArchSpec process_host_arch; in GetRemoteSharedModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 186 bool DumpEmulation(const ArchSpec &arch); 417 const ArchSpec &arch, 426 static lldb::DisassemblerSP DisassembleRange(const ArchSpec &arch, 434 DisassembleBytes(const ArchSpec &arch, const char *plugin_name, 439 static bool Disassemble(Debugger &debugger, const ArchSpec &arch, 446 static bool Disassemble(Debugger &debugger, const ArchSpec &arch, 450 Disassembler(const ArchSpec &arch, const char *flavor); 453 void PrintInstructions(Debugger &debugger, const ArchSpec &arch, 473 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() 477 virtual bool FlavorValidForArchSpec(const lldb_private::ArchSpec &arch, [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLinux_s390x.cpp | 20 static const RegisterInfo *GetRegisterInfoPtr(const ArchSpec &target_arch) { in GetRegisterInfoPtr() 30 static uint32_t GetRegisterInfoCount(const ArchSpec &target_arch) { in GetRegisterInfoCount() 40 static uint32_t GetUserRegisterInfoCount(const ArchSpec &target_arch) { in GetUserRegisterInfoCount() 51 const ArchSpec &target_arch) in RegisterContextLinux_s390x()
|
| H A D | RegisterContextNetBSD_x86_64.cpp | 93 GetRegisterInfo_i386(const lldb_private::ArchSpec &arch) { in GetRegisterInfo_i386() 117 PrivateGetRegisterInfoPtr(const lldb_private::ArchSpec &target_arch) { in PrivateGetRegisterInfoPtr() 130 PrivateGetRegisterCount(const lldb_private::ArchSpec &target_arch) { in PrivateGetRegisterCount() 147 PrivateGetUserRegisterCount(const lldb_private::ArchSpec &target_arch) { in PrivateGetUserRegisterCount() 160 const ArchSpec &target_arch) in RegisterContextNetBSD_x86_64()
|
| H A D | RegisterInfoInterface.h | 23 RegisterInfoInterface(const lldb_private::ArchSpec &target_arch) in RegisterInfoInterface() 40 const lldb_private::ArchSpec &GetTargetArchitecture() const { in GetTargetArchitecture() 45 lldb_private::ArchSpec m_target_arch;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 128 specs.Append(ModuleSpec(file, ArchSpec("i686-unknown-windows-msvc"))); in GetModuleSpecifications() 131 specs.Append(ModuleSpec(file, ArchSpec("x86_64-unknown-windows-msvc"))); in GetModuleSpecifications() 134 specs.Append(ModuleSpec(file, ArchSpec("armv7-unknown-windows-msvc"))); in GetModuleSpecifications() 137 specs.Append(ModuleSpec(file, ArchSpec("aarch64-unknown-windows-msvc"))); in GetModuleSpecifications() 166 ArchSpec ObjectFileCOFF::GetArchitecture() { in GetArchitecture() 169 return ArchSpec("i686-unknown-windows-msvc"); in GetArchitecture() 171 return ArchSpec("x86_64-unknown-windows-msvc"); in GetArchitecture() 173 return ArchSpec("armv7-unknown-windows-msvc"); in GetArchitecture() 175 return ArchSpec("aarch64-unknown-windows-msvc"); in GetArchitecture() 177 return ArchSpec(); in GetArchitecture()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 43 static bool SupportsThisArch(const ArchSpec &arch); 46 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type); 53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV() 61 bool SetTargetTriple(const ArchSpec &arch) override; 64 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 51 ArchSpec m_host_arch_32; 52 ArchSpec m_host_arch_64; 94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { in GetArchitecture() 197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() 199 return ArchSpec(); in GetAugmentedArchSpec() 201 if (!ArchSpec::ContainsOnlyArch(normalized_triple)) in GetAugmentedArchSpec() 202 return ArchSpec(triple); in GetAugmentedArchSpec() 216 return ArchSpec(normalized_triple); in GetAugmentedArchSpec() 323 void HostInfoBase::ComputeHostArchitectureSupport(ArchSpec &arch_32, in ComputeHostArchitectureSupport() 324 ArchSpec &arch_64) { in ComputeHostArchitectureSupport()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
| H A D | EmulateInstructionLoongArch.h | 32 static bool SupportsThisArch(const ArchSpec &arch); 35 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type); 42 EmulateInstructionLoongArch(const ArchSpec &arch) : EmulateInstruction(arch) { in EmulateInstructionLoongArch() 52 bool SetTargetTriple(const ArchSpec &arch) override; 55 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 21 EmulateInstructionPPC64(const ArchSpec &arch); 31 static EmulateInstruction *CreateInstance(const ArchSpec &arch, 50 bool SetTargetTriple(const ArchSpec &arch) override; 60 bool TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 113 Archive(const lldb_private::ArchSpec &arch, 124 const lldb_private::FileSpec &file, const lldb_private::ArchSpec &arch, 128 const lldb_private::FileSpec &file, const lldb_private::ArchSpec &arch, 151 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() 153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } in SetArchitecture() 164 lldb_private::ArchSpec m_arch;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 28 const ArchSpec &arch); 30 const ArchSpec &arch); 31 typedef lldb::DisassemblerSP (*DisassemblerCreateInstance)(const ArchSpec &arch, 62 const ArchSpec &arch, InstructionType inst_type); 79 const ArchSpec *arch); 96 const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch); 115 typedef UnwindAssembly *(*UnwindAssemblyCreateInstance)(const ArchSpec &arch);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1466 ArchSpec thumb_arch(arch); in DisassemblerLLVMC() 1500 case ArchSpec::eCore_mips32: in DisassemblerLLVMC() 1501 case ArchSpec::eCore_mips32el: in DisassemblerLLVMC() 1504 case ArchSpec::eCore_mips32r2: in DisassemblerLLVMC() 1508 case ArchSpec::eCore_mips32r3: in DisassemblerLLVMC() 1512 case ArchSpec::eCore_mips32r5: in DisassemblerLLVMC() 1516 case ArchSpec::eCore_mips32r6: in DisassemblerLLVMC() 1520 case ArchSpec::eCore_mips64: in DisassemblerLLVMC() 1521 case ArchSpec::eCore_mips64el: in DisassemblerLLVMC() 1524 case ArchSpec::eCore_mips64r2: in DisassemblerLLVMC() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.h | 63 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CallFrameAddressIsValid() 65 if (arch_flags.Test(lldb_private::ArchSpec::eRISCV_rve)) in CallFrameAddressIsValid() 76 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CodeAddressIsValid() 80 if (!arch_flags.Test(lldb_private::ArchSpec::eRISCV_rvc) && (pc & 2)) in CodeAddressIsValid() 103 const lldb_private::ArchSpec &arch);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 35 std::vector<ArchSpec> 36 GetSupportedArchitectures(const ArchSpec &process_host_arch) override; 64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, in GetMmapArgumentList() 73 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|