Home
last modified time | relevance | path

Searched refs:IsMIPS (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp247 if (arch.IsMIPS()) { in GetSize()
319 if (arch.IsMIPS()) { in GetSize()
362 if (arch.IsMIPS()) { in Parse()
392 if (arch.IsMIPS()) in GetSize()
DProcessElfCore.cpp937 if (target_arch.IsMIPS()) { in GetArchitecture()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DNativeProcessSoftwareSingleStep.cpp168 } else if (arch.IsMIPS() || arch.GetTriple().isPPC64()) in SetupSoftwareSingleStepping()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp41 return arch.IsMIPS() ? in Create()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h295 bool IsMIPS() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DLinux.cpp685 const bool IsMIPS = getTriple().isMIPS32(); in getSupportedSanitizers() local
718 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DArchSpec.cpp545 bool ArchSpec::IsMIPS() const { return GetTriple().isMIPS(); } in IsMIPS() function in ArchSpec
551 if (IsMIPS()) { in GetTargetABI()
572 if (IsMIPS()) { in SetFlags()
586 if (IsMIPS()) { in GetClangTargetCPU()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp529 arch.IsMIPS()) { in ReadSOEntryFromMemory()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1131 if (arch.IsMIPS()) { in DisassemblerLLVMC()
1168 } else if (arch.IsMIPS()) { in DisassemblerLLVMC()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1140 if (arch_spec.IsMIPS() && in RefineModuleDetailsFromNote()
1234 if (arch_spec.IsMIPS() && in RefineModuleDetailsFromNote()
1423 if (arch_spec.IsMIPS()) { in GetSectionHeaderInfo()
2175 if (arch.IsMIPS()) { in ParseSymbols()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp947 return !m_arch.IsMIPS(); in SupportHardwareSingleStepping()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp231 host_arch.GetMachine() == llvm::Triple::armeb || host_arch.IsMIPS()) in Handle_qHostInfo()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1208 if (target_arch.IsMIPS()) { in GetClangTargetABI()