Searched refs:IsRISCV64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp789 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; local
805 IsRISCV64 || IsSystemZ || IsHexagon || IsLoongArch64)
808 IsLoongArch64 || IsRISCV64)
813 IsPowerPC64 || IsHexagon || IsLoongArch64 || IsRISCV64)
815 if (IsX86_64 || IsAArch64 || IsRISCV64) {
H A DBareMetal.cpp501 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; local
513 if (IsX86_64 || IsAArch64 || IsRISCV64) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp498 bool IsRISCV64 = TargetTriple.getArch() == Triple::riscv64; local
571 else if (IsRISCV64)
594 !IsRISCV64 && !IsLoongArch64 &&

Completed in 186 milliseconds