Home
last modified time | relevance | path

Searched defs:IsLoongArch64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h62 bool IsLoongArch64() { return m_arch_subtype == llvm::Triple::loongarch64; } in IsLoongArch64() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp796 const bool IsLoongArch64 = getTriple().getArch() == llvm::Triple::loongarch64; in getSupportedSanitizers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp498 bool IsLoongArch64 = TargetTriple.isLoongArch64(); in getShadowMapping() local