Home
last modified time | relevance | path

Searched refs:ArchSpec (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp25 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 DOptionValueArch.h26 OptionValueArch(const ArchSpec &value) in OptionValueArch()
29 OptionValueArch(const ArchSpec &current_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 DArchSpec.h31 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 DProcessInfo.h34 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 DThreadElfCore.cpp85 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 DThreadElfCore.h57 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 DPlatformOpenBSD.h26 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 DPlatform.h106 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 DPlatformNetBSD.h27 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 DPlatformFreeBSD.h27 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 DPlatform.cpp781 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 DDisassembler.h186 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 DRegisterContextLinux_s390x.cpp20 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 DRegisterContextNetBSD_x86_64.cpp93 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 DRegisterInfoInterface.h23 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 DObjectFileCOFF.cpp128 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 DEmulateInstructionRISCV.h43 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 DHostInfoBase.cpp51 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 DEmulateInstructionLoongArch.h32 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 DEmulateInstructionPPC64.h21 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 DObjectContainerBSDArchive.h113 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 Dlldb-private-interfaces.h28 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 DDisassemblerLLVMC.cpp1466 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 DABISysV_riscv.h63 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 DPlatformQemuUser.h35 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);

12345678910>>...12