/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | Target.h | 27 Target(Architecture Arch, PlatformKind Platform) in Target() 37 PlatformKind Platform; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | Platform.cpp | 21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind() 65 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName()
|
H A D | Target.cpp | 25 PlatformKind Platform; in create() local
|
H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformKind>(Scalar) in input() local
|
H A D | TextStub.cpp | 599 for (auto Platform : Platforms) { in synthesizeTargets() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Availability.h | 37 StringRef Platform; variable 42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ScudoHardenedAllocator.rst | 127 Platform section in Usage
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 339 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
|
H A D | Darwin.cpp | 1539 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 D | MCMachOStreamer.cpp | 279 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
|
H A D | MCAsmStreamer.cpp | 622 void MCAsmStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 493 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
|
H A D | MCAssembler.h | 92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Module.cpp | 69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3574 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList() local 3619 StringRef Platform = in ParseAvailabilitySpec() local
|
H A D | ParseDecl.cpp | 1049 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 234 Platform("lljit-platform", cl::desc("Platform to use with LLJIT"), variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 898 friend class Platform; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 1167 unsigned Platform = StringSwitch<unsigned>(PlatformName) in parseBuildVersion() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2228 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 D | SemaCodeComplete.cpp | 9546 for (const char *Platform : llvm::makeArrayRef(Platforms)) { in CodeCompleteAvailabilityPlatformName() local
|
H A D | SemaExpr.cpp | 19643 StringRef Platform = getASTContext().getTargetInfo().getPlatformName(); in ActOnObjCAvailabilityCheckExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
H A D | Index.h | 2890 CXString Platform; member
|