Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSubtarget.h85 bool IsLinux; variable
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp327 bool IsLinux = TargetTriple.isOSLinux(); in getShadowMapping() local
358 else if (IsLinux && IsX86_64) { in getShadowMapping()