Home
last modified time | relevance | path

Searched refs:IsRISCV64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DLinux.cpp753 const bool IsRISCV64 = getTriple().getArch() == llvm::Triple::riscv64; in getSupportedSanitizers() local
769 IsRISCV64 || IsSystemZ || IsHexagon || IsLoongArch64) in getSupportedSanitizers()
781 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp496 bool IsRISCV64 = TargetTriple.getArch() == Triple::riscv64; in getShadowMapping() local
569 else if (IsRISCV64) in getShadowMapping()
592 !IsRISCV64 && !IsLoongArch64 && in getShadowMapping()