Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h113 bool IsLinux; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp498 bool IsLinux = TargetTriple.isOSLinux(); in getShadowMapping() local
558 else if (IsLinux && IsX86_64) { in getShadowMapping()