Home
last modified time | relevance | path

Searched refs:IsX86_64 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDToolChains.cpp2689 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
2695 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
2699 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
3605 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
3614 if (IsX86_64 || IsMIPS64) { in getSupportedSanitizers()
3619 if (IsX86_64 || IsMIPS64 || IsPowerPC64) in getSupportedSanitizers()
3621 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp420 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in doInitialization() local
433 if (IsX86_64) in doInitialization()
HDAddressSanitizer.cpp330 bool IsX86_64 = TargetTriple.getArch() == llvm::Triple::x86_64; in getShadowMapping() local
358 else if (IsLinux && IsX86_64) { in getShadowMapping()