Searched defs:target_arch (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h84 RegisterInfoInterface(const lldb_private::ArchSpec& target_arch) : m_target_arch(target_arch) {} argument
H A DRegisterContextFreeBSD_i386.cpp60 RegisterContextFreeBSD_i386::RegisterContextFreeBSD_i386(const ArchSpec &target_arch) : argument
H A DRegisterContextFreeBSD_mips64.cpp69 RegisterContextFreeBSD_mips64::RegisterContextFreeBSD_mips64(const ArchSpec &target_arch) : argument
H A DRegisterContextFreeBSD_x86_64.cpp95 RegisterContextFreeBSD_x86_64::RegisterContextFreeBSD_x86_64(const ArchSpec &target_arch) : argument
H A DRegisterContextLinux_i386.cpp68 RegisterContextLinux_i386::RegisterContextLinux_i386(const ArchSpec &target_arch) : argument
H A DRegisterContextLinux_x86_64.cpp108 RegisterContextLinux_x86_64::RegisterContextLinux_x86_64(const ArchSpec &target_arch) : argument
H A DPOSIXThread.cpp157 const ArchSpec &target_arch = GetProcess()->GetTarget().GetArchitecture(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp43 const ArchSpec& target_arch = target->GetArchitecture (); local
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dsh-dis.c391 unsigned int target_arch; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1477 const ArchSpec &target_arch = target->GetArchitecture(); local
H A DTarget.cpp66 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) : argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp578 const ArchSpec &target_arch = GetTarget().GetArchitecture(); local
982 ArchSpec &target_arch = GetTarget().GetArchitecture(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp65 const ArchSpec &target_arch = target->GetArchitecture(); local

Completed in 109 milliseconds