Searched defs:arch_spec (Results 1 – 10 of 10) 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()
357 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
1038 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()1276 ArchSpec &arch_spec) { in ParseARMAttributes()1352 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
777 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
1631 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1488 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, in SetArchitecture()1583 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
415 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
3762 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()