Home
last modified time | relevance | path

Searched defs:Platform (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DTarget.h27 Target(Architecture Arch, PlatformKind Platform) in Target()
37 PlatformKind Platform; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DPlatform.cpp21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind()
65 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName()
H A DTarget.cpp25 PlatformKind Platform; in create() local
H A DTextStubCommon.cpp108 auto Platform = StringSwitch<PlatformKind>(Scalar) in input() local
H A DTextStub.cpp599 for (auto Platform : Platforms) { in synthesizeTargets() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h37 StringRef Platform; variable
42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DScudoHardenedAllocator.rst127 Platform section in Usage
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
H A DDarwin.cpp1539 DarwinPlatformKind Platform; member
1899 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget() local
2637 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCMachOStreamer.cpp279 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
H A DMCAsmStreamer.cpp622 void MCAsmStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h493 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
H A DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp3574 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList() local
3619 StringRef Platform = in ParseAvailabilitySpec() local
H A DParseDecl.cpp1049 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp234 Platform("lljit-platform", cl::desc("Platform to use with LLJIT"), variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h898 friend class Platform; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1167 unsigned Platform = StringSwitch<unsigned>(PlatformName) in parseBuildVersion() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2228 IdentifierInfo *Platform, in checkAvailabilityAttr()
2285 NamedDecl *D, const AttributeCommonInfo &CI, IdentifierInfo *Platform, in mergeAvailabilityAttr()
2451 IdentifierLoc *Platform = AL.getArgAsIdent(0); in handleAvailabilityAttr() local
H A DSemaCodeComplete.cpp9546 for (const char *Platform : llvm::makeArrayRef(Platforms)) { in CodeCompleteAvailabilityPlatformName() local
H A DSemaExpr.cpp19643 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h2890 CXString Platform; member