Home
last modified time | relevance | path

Searched defs:IsX86_64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp301 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
H A DNetBSD.cpp535 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
H A DFreeBSD.cpp488 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
H A DLinux.cpp785 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
H A DBareMetal.cpp542 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
H A DDarwin.cpp3507 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp600 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local
H A DAddressSanitizer.cpp491 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local