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

/external/lldb/include/lldb/Core/
H A DModuleSpec.h28 m_arch (),
41 m_arch (),
54 m_arch (arch),
67 m_arch (rhs.m_arch),
84 m_arch = rhs.m_arch;
181 if (m_arch.IsValid())
182 return &m_arch;
189 if (m_arch
424 ArchSpec m_arch; member in class:lldb_private::ModuleSpec
[all...]
H A DEmulateInstruction.h503 return m_arch.GetAddressByteSize();
509 return m_arch.GetByteOrder();
527 return m_arch;
622 ArchSpec m_arch; member in class:lldb_private::EmulateInstruction
H A DDisassembler.h392 return m_arch;
408 const ArchSpec m_arch; member in class:lldb_private::Disassembler
H A DModule.h634 /// the current architecture in Module::m_arch, NULL will be
991 ArchSpec m_arch; ///< The architecture for this module. member in class:lldb_private::Module
/external/lldb/source/Target/
H A DUnwindAssembly.cpp35 m_arch (arch)
H A DTarget.cpp69 m_arch (target_arch),
100 if (m_arch.IsValid())
102 LogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET, "Target::Target created with architecture %s (%s)", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
194 m_arch.Clear();
1032 if (!m_arch.IsValid())
1034 m_arch = executable_sp->GetArchitecture();
1036 log->Printf ("Target::SetExecutableModule setting architecture to %s (%s) based on executable file", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
1054 ModuleSpec module_spec (platform_dependent_file_spec, m_arch);
[all...]
H A DProcess.cpp275 if (m_arch.IsValid())
276 s.Printf (" arch = %s\n", m_arch.GetTriple().str().c_str());
355 s.Printf ("%-24s ", m_arch.IsValid() ? m_arch.GetTriple().str().c_str() : "");
361 (int)m_arch.GetTriple().getArchName().size(),
362 m_arch.GetTriple().getArchName().data());
/external/lldb/include/lldb/Target/
H A DUnwindAssembly.h47 ArchSpec m_arch; member in class:lldb_private::UnwindAssembly
H A DTarget.h837 return m_arch;
843 return m_arch;
1182 ArchSpec m_arch; member in class:lldb_private::Target
H A DProcess.h121 m_arch(),
134 m_arch (arch),
147 m_arch.Clear();
233 return m_arch;
239 return m_arch;
320 ArchSpec m_arch; member in class:lldb_private::ProcessInfo
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h69 lldb_private::ArchSpec m_arch; member in class:UnwindAssembly_x86
H A DUnwindAssembly-x86.cpp162 ArchSpec m_arch; member in class:AssemblyParse_x86
180 m_arch(arch)
245 m_disasm_context = ::LLVMCreateDisasm(m_arch.GetTriple().getTriple().c_str(),
472 const uint32_t max_op_byte_size = m_arch.GetMaximumOpcodeByteSize();
886 m_arch(arch)
899 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func);
907 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func);
914 AssemblyParse_x86 asm_parse(exe_ctx, m_cpu, m_arch, func);
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h192 return m_arch;
198 m_arch = arch;
215 lldb_private::ArchSpec m_arch; member in class:ObjectContainerBSDArchive::Archive
H A DObjectContainerBSDArchive.cpp113 m_arch (arch),
/external/lldb/source/Core/
H A DModule.cpp133 m_arch (module_spec.GetArchitecture()),
163 m_arch.GetArchitectureName(),
177 m_arch (arch),
213 m_arch.GetArchitectureName(),
238 m_arch.GetArchitectureName(),
285 m_objfile_sp->GetArchitecture (m_arch);
880 return m_arch;
903 if (m_arch.IsValid())
904 s->Printf("(%s) ", m_arch.GetArchitectureName());
1119 m_objfile_sp->GetArchitecture (m_arch);
[all...]
H A DDisassembler.cpp1094 m_arch.GetByteOrder(),
1095 m_arch.GetAddressByteSize());
1128 const addr_t byte_size = num_instructions * m_arch.GetMaximumOpcodeByteSize();
1150 m_arch.GetByteOrder(),
1151 m_arch.GetAddressByteSize());
1168 m_arch (arch),
H A DEmulateInstruction.cpp57 m_arch (arch),
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h306 std::string m_arch; member in class:RNBRemote
H A DRNBRemote.cpp1165 DNBLogThreadedIf (LOG_RNB_PROC, "RNBRemote::%s() getting gdb registers(%s)", __FUNCTION__, m_arch.c_str());
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp56 DisassemblerSP disasm_sp (Disassembler::DisassembleRange (m_arch,
71 const uint32_t addr_byte_size = m_arch.GetAddressByteSize();
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp294 switch (m_arch.GetTriple().getOS())
312 switch (m_arch.GetTriple().getOS())
12820 m_arch = arch;
12847 if (m_arch.GetTriple().getArch() == llvm::Triple::thumb)

Completed in 1617 milliseconds