Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp788 const bool IsLoongArch64 = getTriple().getArch() == llvm::Triple::loongarch64; getSupportedSanitizers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp497 bool IsLoongArch64 = TargetTriple.isLoongArch64(); getShadowMapping() local