Searched refs:m_arch (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindAssembly.cpp31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {}
H A DTarget.cpp91 m_mutex(), m_arch(target_arch), m_images(this), m_section_load_history(),
264 m_arch = ArchSpec();
1386 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec());
1387 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec());
1407 if (!m_arch.GetSpec().IsValid()) {
1408 m_arch = executable_sp->GetArchitecture();
1411 m_arch.GetSpec().GetArchitectureName(),
1412 m_arch.GetSpec().GetTriple().getTriple());
1442 ModuleSpec module_spec(platform_dependent_file_spec, m_arch.GetSpec());
1459 bool missing_local_arch = !m_arch
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h44 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {}
46 ArchSpec m_arch; member in class:lldb_private::ArchitectureMips
H A DArchitectureMips.cpp144 uint32_t arch_flags = m_arch.GetFlags();
160 Disassembler::FindPlugin(m_arch, nullptr, nullptr));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h29 : m_file(), m_platform_file(), m_symbol_file(), m_arch(), m_uuid(),
34 : m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(),
40 : m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(arch),
47 m_symbol_file(rhs.m_symbol_file), m_arch(rhs.m_arch),
58 m_arch = rhs.m_arch;
104 return (m_arch.IsValid() ? &m_arch : nullptr);
108 return (m_arch
285 ArchSpec m_arch; member in class:lldb_private::ModuleSpec
[all...]
H A DEmulateInstruction.h424 uint32_t GetAddressByteSize() const { return m_arch.GetAddressByteSize(); }
426 lldb::ByteOrder GetByteOrder() const { return m_arch.GetByteOrder(); }
432 const ArchSpec &GetArchitecture() const { return m_arch; }
491 ArchSpec m_arch; member in class:lldb_private::EmulateInstruction
H A DDisassembler.h467 const ArchSpec &GetArchitecture() const { return m_arch; }
544 ArchSpec m_arch; member in class:lldb_private::Disassembler
H A DModule.h134 module_sp->m_arch = arch;
553 /// the current architecture in Module::m_arch, nullptr will be
936 ArchSpec m_arch; ///< The architecture for this module. member in class:lldb_private::Module
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h63 return m_arch.GetByteOrder();
69 return m_arch.GetAddressByteSize();
84 ArchSpec GetArchitecture() override { return m_arch; }
95 ArchSpec m_arch; member in class:lldb_private::breakpad::ObjectFileBreakpad
H A DObjectFileBreakpad.cpp115 m_arch(std::move(arch)), m_uuid(std::move(uuid)) {}
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindAssembly.h44 ArchSpec m_arch; member in class:lldb_private::UnwindAssembly
H A DTarget.h923 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); }
954 Architecture *GetArchitecturePlugin() const { return m_arch.GetPlugin(); }
1282 Arch m_arch; member in class:lldb_private::Target
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp24 m_gid(UINT32_MAX), m_arch(), m_pid(LLDB_INVALID_PROCESS_ID) {}
29 m_gid(UINT32_MAX), m_arch(arch), m_pid(pid) {}
37 m_arch.Clear();
52 m_arch.DumpTriple(s.AsRawOstream());
138 if (m_arch.IsValid()) {
140 m_arch.DumpTriple(s.AsRawOstream());
191 if (m_arch.IsValid())
192 m_arch.DumpTriple(arch_strm.AsRawOstream());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h151 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; }
153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; }
162 lldb_private::ArchSpec m_arch; member in class:ObjectContainerBSDArchive::Archive
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h60 lldb_private::ArchSpec m_arch; member in class:UnwindAssembly_x86
H A Dx86AssemblyInspectionEngine.h186 lldb_private::ArchSpec m_arch; member in class:lldb_private::x86AssemblyInspectionEngine
H A Dx86AssemblyInspectionEngine.cpp31 m_reg_map(), m_arch(arch), m_cpu(k_cpu_unspecified), m_wordsize(-1),
47 const llvm::Triple::ArchType cpu = m_arch.GetMachine();
155 const llvm::Triple::ArchType cpu = m_arch.GetMachine();
892 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h62 ArchSpec &GetArchitecture() { return m_arch; }
64 const ArchSpec &GetArchitecture() const { return m_arch; }
66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; }
100 ArchSpec m_arch; member in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h72 const ArchSpec &GetArchitecture() const override { return m_arch; }
92 ArchSpec m_arch; member in class:lldb_private::process_netbsd::NativeProcessNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp182 m_arch = matching_module_spec.GetArchitecture();
184 m_arch = module_spec.GetArchitecture();
222 : m_mod_time(FileSystem::Instance().GetModificationTime(file_spec)), m_arch(arch),
240 static_cast<void *>(this), m_arch.GetArchitectureName(),
272 static_cast<void *>(this), m_arch.GetArchitectureName(),
312 m_arch = m_objfile_sp->GetArchitecture();
316 m_arch.MergeFrom(process_sp->GetTarget().GetArchitecture());
1050 const ArchSpec &Module::GetArchitecture() const { return m_arch; }
1067 if (m_arch.IsValid())
1068 s << llvm::formatv("({0}) ", m_arch
[all...]
H A DDisassembler.cpp1207 DataExtractor data(data_sp, m_arch.GetByteOrder(),
1208 m_arch.GetAddressByteSize());
1235 const addr_t byte_size = num_instructions * m_arch.GetMaximumOpcodeByteSize();
1253 DataExtractor data(data_sp, m_arch.GetByteOrder(),
1254 m_arch.GetAddressByteSize());
1265 : m_arch(arch), m_instruction_list(), m_base_addr(LLDB_INVALID_ADDRESS),
1281 m_arch.SetTriple(thumb_arch_name.c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h106 ArchSpec m_arch; member in class:lldb_private::minidump::MinidumpParser
H A DMinidumpParser.cpp147 if (m_arch.IsValid())
148 return m_arch;
150 // Set the architecture in m_arch
157 return m_arch;
223 m_arch.SetTriple(triple);
224 return m_arch;
H A DProcessMinidump.cpp56 m_arch(module_spec.GetArchitecture()), m_uuid(module_spec.GetUUID()),
71 ArchSpec GetArchitecture() override { return m_arch; }
75 ByteOrder GetByteOrder() const override { return m_arch.GetByteOrder(); }
78 return m_arch.GetAddressByteSize();
117 ArchSpec m_arch; member in class:__anon1287::PlaceholderObjectFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp70 m_arch, nullptr, nullptr, range.GetBaseAddress(), opcode_data,
80 const uint32_t addr_byte_size = m_arch.GetAddressByteSize();

Completed in 135 milliseconds

12