Searched refs:isOSNetBSD (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.cpp126 Triple.isOSNetBSD() || Triple.isOSOpenBSD() || Triple.isMusl())
H A DARM.cpp587 if (Triple.isOSDarwin() || Triple.isOSNetBSD()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp151 TargetTriple.isOSNetBSD() || TargetTriple.isOSOpenBSD() ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp54 Triple.isOSNetBSD() ||
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp124 if (hostArch.GetTriple().isOSNetBSD()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp92 if (!getTriple().isOSNetBSD() &&
H A DPPC.h362 if (Triple.isOSFreeBSD() || Triple.isOSNetBSD() || Triple.isOSOpenBSD() ||
H A DARM.cpp30 bool IsNetBSD = T.isOSNetBSD();
231 bool IsNetBSD = Triple.isOSNetBSD();
H A DAArch64.cpp45 if (!getTriple().isOSDarwin() && !getTriple().isOSNetBSD())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h494 bool isOSNetBSD() const { function in class:llvm::Triple
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h706 bool isTargetNetBSD() const { return TargetTriple.isOSNetBSD(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp599 !TC.getTriple().isOSNetBSD() &&
605 TC.getTriple().isOSNetBSD())
783 !TC.getTriple().isOSNetBSD() &&
H A DClang.cpp548 if (Triple.isOSNetBSD()) {
3338 if (IsARM && !(T.isOSWindows() || T.isOSNetBSD() ||
6003 !TC.getTriple().isOSNetBSD() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMTargetParser.cpp618 if (TT.isOSNetBSD())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp32 T.isOSNetBSD() ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp725 if (TT.isOSLinux() || TT.isOSFreeBSD() || TT.isOSNetBSD() ||
H A DAddressSanitizer.cpp431 bool IsNetBSD = TargetTriple.isOSNetBSD();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2188 return T.isOSLinux() || T.isOSNetBSD();

Completed in 228 milliseconds