Home
last modified time | relevance | path

Searched refs:m_arch (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h44 : m_file(file_spec), m_arch(arch), m_object_offset(0), in ModuleSpec()
82 return (m_arch.IsValid() ? &m_arch : nullptr); in GetArchitecturePtr()
86 return (m_arch.IsValid() ? &m_arch : nullptr); in GetArchitecturePtr()
89 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture()
91 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture()
133 m_arch.Clear(); in Clear()
149 if (m_arch.IsValid())
186 if (m_arch.IsValid()) { in Dump()
190 m_arch.DumpTriple(strm.AsRawOstream()); in Dump()
265 ArchSpec m_arch; variable
H A DEmulateInstruction.h434 uint32_t GetAddressByteSize() const { return m_arch.GetAddressByteSize(); } in GetAddressByteSize()
436 lldb::ByteOrder GetByteOrder() const { return m_arch.GetByteOrder(); } in GetByteOrder()
442 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture()
501 ArchSpec m_arch;
H A DDisassembler.h473 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture()
548 ArchSpec m_arch; variable
H A DModule.h148 module_sp->m_arch = arch; in CreateModuleFromObjectFile()
543 /// the current architecture in Module::m_arch, nullptr will be
997 ArchSpec m_arch; ///< The architecture for this module.
1043 ArchSpec m_arch; ///< The architecture for this module. global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h44 lldb_private::ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture()
49 return m_arch.GetByteOrder(); in GetByteOrder()
53 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
68 lldb_private::ArchSpec m_arch;
H A DObjectFilePlaceholder.cpp31 m_arch(module_spec.GetArchitecture()), m_uuid(module_spec.GetUUID()), in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp25 : m_executable(), m_arguments(), m_environment(), m_arch(), m_listener_sp(), in ProcessInfo()
30 : m_executable(name), m_arguments(), m_environment(), m_arch(arch), in ProcessInfo()
40 m_arch.Clear(); in Clear()
56 m_arch.DumpTriple(s.AsRawOstream()); in Dump()
146 if (m_arch.IsValid()) { in Dump()
148 m_arch.DumpTriple(s.AsRawOstream()); in Dump()
200 if (m_arch.IsValid()) in DumpAsTableRow()
201 m_arch.DumpTriple(arch_strm.AsRawOstream()); in DumpAsTableRow()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h61 return m_arch.GetByteOrder(); in GetByteOrder()
67 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture()
93 ArchSpec m_arch;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h69 return m_arch.GetByteOrder(); in GetByteOrder()
75 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture()
145 ArchSpec m_arch; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h58 return m_arch.GetByteOrder(); in GetByteOrder()
64 return m_arch.GetAddressByteSize(); in GetAddressByteSize()
79 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture()
104 ArchSpec m_arch;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp198 m_arch = matching_module_spec.GetArchitecture(); in Module()
200 m_arch = module_spec.GetArchitecture(); in Module()
239 m_arch(arch), m_file(file_spec), m_object_name(object_name), in Module()
252 static_cast<void *>(this), m_arch.GetArchitectureName(), in Module()
280 static_cast<void *>(this), m_arch.GetArchitectureName(), in ~Module()
321 m_arch = m_objfile_sp->GetArchitecture(); in GetMemoryObjectFile()
325 m_arch.MergeFrom(process_sp->GetTarget().GetArchitecture()); in GetMemoryObjectFile()
1035 const ArchSpec &Module::GetArchitecture() const { return m_arch; } in GetArchitecture()
1050 if (m_arch.IsValid()) in GetDescription()
1051 s << llvm::formatv("({0}) ", m_arch.GetArchitectureName()); in GetDescription()
[all …]
H A DDisassembler.cpp1090 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
1110 DataExtractor data(data_sp, m_arch.GetByteOrder(), in ParseInstructions()
1111 m_arch.GetAddressByteSize()); in ParseInstructions()
1120 : m_arch(arch), m_instruction_list(), m_flavor() { in Disassembler()
1135 m_arch.SetTriple(thumb_arch_name.c_str()); in Disassembler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips()
44 ArchSpec m_arch; variable
H A DArchitectureMips.cpp137 uint32_t arch_flags = m_arch.GetFlags(); in GetInstructionAtAddress()
153 Disassembler::FindPlugin(m_arch, nullptr, nullptr)); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h62 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture()
64 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture()
66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } in SetArchitecture()
129 ArchSpec m_arch; variable
/freebsd/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; }
164 lldb_private::ArchSpec m_arch; in GetData()
171 lldb_private::ArchSpec m_arch; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h70 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture()
97 ArchSpec m_arch;
96 ArchSpec m_arch; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h71 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture()
103 ArchSpec m_arch; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp137 if (m_arch.IsValid()) in GetArchitecture()
138 return m_arch; in GetArchitecture()
146 return m_arch; in GetArchitecture()
211 m_arch.SetTriple(triple); in GetArchitecture()
212 return m_arch; in GetArchitecture()
H A DMinidumpParser.h108 ArchSpec m_arch; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindAssembly.cpp31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly()
H A DTarget.cpp101 m_mutex(), m_arch(target_arch), m_images(this), m_section_load_history(), in Target()
284 m_arch = ArchSpec(); in Destroy()
1467 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()
1468 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()
1487 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()
1488 m_arch = executable_sp->GetArchitecture(); in SetExecutableModule()
1492 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()
1493 m_arch.GetSpec().GetTriple().getTriple()); in SetExecutableModule()
1523 ModuleSpec module_spec(platform_dependent_file_spec, m_arch.GetSpec()); in SetExecutableModule()
1541 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindAssembly.h42 ArchSpec m_arch; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h58 lldb_private::ArchSpec m_arch; variable
H A Dx86AssemblyInspectionEngine.h186 lldb_private::ArchSpec m_arch; variable

12