Searched refs:GetCore (Results 1 – 15 of 15) sorted by relevance
246 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetEHFrameAugmentedUnwindPlan()247 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetEHFrameAugmentedUnwindPlan()248 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetEHFrameAugmentedUnwindPlan()285 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 && in GetDebugFrameAugmentedUnwindPlan()286 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 && in GetDebugFrameAugmentedUnwindPlan()287 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) { in GetDebugFrameAugmentedUnwindPlan()
852 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()864 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()865 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()866 m_core = other.GetCore(); in MergeFrom()1000 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()1432 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()1433 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()1439 return lhs.GetCore() == rhs.GetCore(); in operator ==()1468 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()1469 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()[all …]
172 assert(GetTargetArchitecture().GetCore() == ArchSpec::eCore_mips64); in GetRegisterInfo()
102 arch.GetCore() == ArchSpec::eCore_arm_arm64e; in DeterminePtrauthFailure()
310 switch (arch.GetCore()) { in GetSize()405 switch (arch.GetCore()) { in GetSize()
442 Core GetCore() const { return m_core; } in GetCore() function
296 GetArchitecture().GetCore() != in ConvertArgumentsForLaunchingInShell()
122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry()
1030 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()2267 target->GetArchitecture().GetCore() == ArchSpec::eCore_wasm32) { in Evaluate()
1528 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess()
1511 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()
1880 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo()