Home
last modified time | relevance | path

Searched refs:getOSMajorVersion (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc59 if (TT.getOS() == Triple::AIX && !TT.getOSMajorVersion()) {
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h442 unsigned getOSMajorVersion() const { return getOSVersion().getMajor(); } in getOSMajorVersion() function
1059 (getOSMajorVersion() >= 13 || getOSVersion().empty())) || in isPPC64ELFv2ABI()
1067 (getOSMajorVersion() >= 13 || getOSVersion().empty())) || in isPPC32SecurePlt()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp284 unsigned Major = ToolChain.getTriple().getOSMajorVersion(); in ConstructJob()
445 unsigned Major = getTriple().getOSMajorVersion(); in AddCXXStdlibLibArgs()
H A DDarwin.cpp2201 !Triple.getOSMajorVersion()) in getInferredOSVersion()
2208 if (Triple.isMacCatalystEnvironment() && !Triple.getOSMajorVersion()) { in getInferredOSVersion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp542 unsigned Major = TT.getOSMajorVersion(); in useClaimRuntimeCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h208 unsigned Release = Triple.getOSMajorVersion(); in getOSDefines()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1451 if (triple.isOSDarwin() && triple.getOSMajorVersion() == unspecified) in IsFullySpecifiedTriple()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1502 if (Target.getOSMajorVersion() == 0) in emitVersionForTarget()