Home
last modified time | relevance | path

Searched refs:withoutBuild (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVersionTuple.h97 VersionTuple withoutBuild() const { in withoutBuild() function
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3064 VersionTuple TargetVersion = TV.withoutBuild(); in addPlatformVersionArgs()
3086 SDKInfo->getVersion().withoutBuild(), in addPlatformVersionArgs()
3098 VersionTuple SDKVersion = SDKInfo->getVersion().withoutBuild(); in addPlatformVersionArgs()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1204 return Version.withoutBuild(); in parseVersionFromName()