Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp115 const ArchSpec arch_spec = target.GetArchitecture(); in CalculateStopInfo() local
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpressionTests.cpp75 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp65 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp360 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1021 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()
1259 ArchSpec &arch_spec) { in ParseARMAttributes()
1335 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp758 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1642 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1477 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()
1565 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp415 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3756 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()