Searched defs:arch_spec (Results 1 – 12 of 12) sorted by relevance
115 const ArchSpec arch_spec = target.GetArchitecture(); in CalculateStopInfo() local
81 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
270 ArchSpec arch_spec; in DidLaunch() local274 void ProcessWindows::DidAttach(ArchSpec &arch_spec) { in DidAttach()
75 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
65 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
360 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
1021 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()1259 ArchSpec &arch_spec) { in ParseARMAttributes()1335 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
758 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
1642 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1477 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()1565 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
415 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
3756 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()