Home
last modified time | relevance | path

Searched defs:arch_spec (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp115 const ArchSpec arch_spec = target.GetArchitecture(); in CalculateStopInfo() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h81 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
H A DProcessWindows.cpp270 ArchSpec arch_spec; in DidLaunch() local
274 void ProcessWindows::DidAttach(ArchSpec &arch_spec) { in DidAttach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp357 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1038 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()
1276 ArchSpec &arch_spec) { in ParseARMAttributes()
1352 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp777 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1631 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1488 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, in SetArchitecture()
1583 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp415 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3762 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()