Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h121 bool IsLinux; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp485 bool IsLinux = TargetTriple.isOSLinux(); in getShadowMapping() local
551 else if (IsLinux && IsX86_64) { in getShadowMapping()