Searched refs:GetCore (Results 1 – 15 of 15) sorted by relevance
255 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetEHFrameAugmentedUnwindPlan()256 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetEHFrameAugmentedUnwindPlan()257 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetEHFrameAugmentedUnwindPlan()296 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetDebugFrameAugmentedUnwindPlan()297 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetDebugFrameAugmentedUnwindPlan()298 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetDebugFrameAugmentedUnwindPlan()
829 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()842 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()843 m_core = other.GetCore(); in MergeFrom()974 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()1399 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()1400 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()1406 return lhs.GetCore() == rhs.GetCore(); in operator ==()1436 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()1437 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()[all …]
274 switch (arch.GetCore()) { in GetSize()343 switch (arch.GetCore()) { in GetSize()411 switch (arch.GetCore()) { in GetSize()
172 assert(GetTargetArchitecture().GetCore() == ArchSpec::eCore_mips64); in GetRegisterInfo()
99 arch.GetCore() == ArchSpec::eCore_arm_arm64e; in DeterminePtrauthFailure()
429 Core GetCore() const { return m_core; } in GetCore() function
296 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
905 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()2215 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
1533 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
1499 switch (arch.GetCore()) { in DisassemblerLLVMC()
95 switch (arch.GetCore()) { in EmulateInstructionMIPS64()
95 switch (arch.GetCore()) { in EmulateInstructionMIPS()
647 if (m_arch.GetCore() == ArchSpec::eCore_riscv32) in Decode()
1829 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()