Searched defs:SetArchitecture (Results 1 – 6 of 6) sorted by relevance
153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
65 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } SetArchitecture() function
851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() function in ArchSpec
1492 bool Module::SetArchitecture(const ArchSpec &new_arch) { SetArchitecture() function in Module
1537 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, SetArchitecture() function in Target
13731 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture() function in EmulateInstructionARM