Home
last modified time | relevance | path

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

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