Searched refs:IsNetBSD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp30 bool IsNetBSD = T.isOSNetBSD(); local
32 if (!T.isOSWindows() && !IsNetBSD && !IsOpenBSD)
231 bool IsNetBSD = Triple.isOSNetBSD(); local
238 IsNetBSD)
243 IsNetBSD)
295 if (IsNetBSD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp431 bool IsNetBSD = TargetTriple.isOSNetBSD(); local
461 else if (IsNetBSD)
487 else if (IsNetBSD) {

Completed in 125 milliseconds