Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h118 bool IsLinux; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp453 bool IsLinux = TargetTriple.isOSLinux(); in getShadowMapping() local
513 else if (IsLinux && IsX86_64) { in getShadowMapping()