Searched defs:IsMIPS64 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | FreeBSD.cpp | 489 const bool IsMIPS64 = getTriple().isMIPS64(); getSupportedSanitizers() local |
H A D | Linux.cpp | 783 const bool IsMIPS64 = getTriple().isMIPS64(); getSupportedSanitizers() local |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | AddressSanitizer.cpp | 494 bool IsMIPS64 = TargetTriple.isMIPS64(); in getShadowMapping() local |