Searched refs:ArchSpec (Results 126 - 150 of 231) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp34 #include "lldb/Utility/ArchSpec.h"
138 ObjectContainerBSDArchive::Archive::Archive(const lldb_private::ArchSpec &arch,
200 const FileSpec &file, const ArchSpec &arch,
240 const FileSpec &file, const ArchSpec &arch,
408 ArchSpec arch;
463 Archive::FindCachedArchive(file, ArchSpec(), file_mod_time, file_offset));
472 file, ArchSpec(), file_mod_time, file_offset, data);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h42 virtual ArchSpec GetArchitecture() = 0;
288 /// Get the ArchSpec for this object file.
291 /// The ArchSpec of this object file. In case of error, an invalid
292 /// ArchSpec object is returned.
293 virtual ArchSpec GetArchitecture() = 0;
681 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp15 #include "lldb/Utility/ArchSpec.h"
30 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch)
57 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch,
67 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h81 const lldb_private::ArchSpec &arch);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
123 bool i386_target = ArchSpec::kCore_x86_32_first <= core &&
124 core <= ArchSpec::kCore_x86_32_last;
428 ArchSpec arch(process->GetTarget().GetArchitecture());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h76 lldb_private::ArchSpec GetArchitecture() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp90 const ArchSpec &target_arch)
H A DRegisterContextLinux_mips.cpp104 const ArchSpec &target_arch, bool msa_present)
H A DRegisterContextWindows_i386.cpp72 const ArchSpec &target_arch)
H A DInferiorCallPOSIX.cpp92 const ArchSpec arch = process->GetTarget().GetArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_powerpc.cpp28 ArchSpec arch = register_info->GetTargetArchitecture();
H A DProcessElfCore.cpp203 ArchSpec arch(m_core_module_sp->GetArchitecture());
205 ArchSpec target_arch = GetTarget().GetArchitecture();
206 ArchSpec core_arch(m_core_module_sp->GetArchitecture());
416 const ArchSpec &arch) {
773 const ArchSpec &arch = GetArchitecture();
888 ArchSpec ProcessElfCore::GetArchitecture() {
889 ArchSpec arch = m_core_module_sp->GetObjectFile()->GetArchitecture();
891 ArchSpec target_arch = GetTarget().GetArchitecture();
H A DProcessElfCore.h97 lldb_private::ArchSpec GetArchitecture();
H A DRegisterContextPOSIXCore_ppc64le.cpp31 ArchSpec arch = register_info->GetTargetArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h77 ArchSpec GetArchitecture();
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch,
93 const ArchSpec &arch,
126 const ArchSpec &arch, const char *plugin_name, const char *flavor,
150 Disassembler::DisassembleBytes(const ArchSpec &arch, const char *plugin_name,
171 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch,
281 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch,
542 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch,
646 bool Instruction::DumpEmulation(const ArchSpec &arch) {
894 ArchSpec arch;
913 const ArchSpec
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp27 #include "lldb/Utility/ArchSpec.h"
37 UnwindAssembly_x86::UnwindAssembly_x86(const ArchSpec &arch)
240 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp26 ABI::FindPlugin(lldb::ProcessSP process_sp, const ArchSpec &arch) {
204 std::unique_ptr<llvm::MCRegisterInfo> ABI::MakeMCRegisterInfo(const ArchSpec &arch) {
H A DRemoteAwarePlatform.cpp23 const ArchSpec &arch,
340 ArchSpec RemoteAwarePlatform::GetRemoteSystemArchitecture() {
343 return ArchSpec();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
92 bool SetTargetTriple(const ArchSpec &arch) override;
96 EmulateInstructionARM(const ArchSpec &arch)
102 // EmulateInstructionARM (const ArchSpec &arch,
127 virtual bool SetArchitecture(const ArchSpec &arch);
138 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp64 const ArchSpec *arch) {
167 const ArchSpec &arch,
214 ArchSpec &arch) {
215 ArchSpec remote_arch = m_gdb_client.GetSystemArchitecture();
249 ArchSpec PlatformRemoteGDBServer::GetRemoteSystemArchitecture() {
422 ArchSpec arch_spec = launch_info.GetArchitecture();
528 ArchSpec remote_arch = GetRemoteSystemArchitecture();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp132 ArchSpec spec = objfile_up->GetArchitecture();
156 ArchSpec spec = objfile_up->GetArchitecture();
229 ModuleSpec spec(file, ArchSpec("wasm32-unknown-unknown-wasm"));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h35 uint32_t UpdateDynamicRegisterSize(const lldb_private::ArchSpec &arch,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h146 const ArchSpec &arch);

Completed in 140 milliseconds

12345678910