Searched defs:arch_spec (Results 1 – 11 of 11) sorted by relevance
81 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
282 ArchSpec arch_spec; in DidLaunch() local286 void ProcessWindows::DidAttach(ArchSpec &arch_spec) { in DidAttach()
74 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
65 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
1002 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()1238 ArchSpec &arch_spec) { in ParseARMAttributes()1314 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
422 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
776 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
1637 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
1464 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()1552 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
445 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
3652 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()