Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DPlatform.cpp21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType()
63 StringRef getPlatformName(PlatformType Platform) { in getPlatformName()
106 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
H A DTarget.cpp22 PlatformType Platform; in create() local
H A DTextStubCommon.cpp108 auto Platform = StringSwitch<PlatformType>(Scalar) in input() local
H A DTextStub.cpp599 for (auto Platform : Platforms) { in synthesizeTargets() local
/openbsd/gnu/llvm/llvm/include/llvm/TextAPI/
H A DTarget.h29 Target(Architecture Arch, PlatformType Platform) in Target()
39 PlatformType Platform; variable
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DAvailability.h37 StringRef Platform; variable
42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h16 class Platform; variable
/openbsd/gnu/llvm/llvm/docs/
H A DScudoHardenedAllocator.rst127 Platform section in Usage
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h37 Platform = Log::ChannelFlag<18>, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h508 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
512 virtual void emitDarwinTargetVariantBuildVersion(unsigned Platform, in emitDarwinTargetVariantBuildVersion()
H A DMCAssembler.h105 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member
305 void setDarwinTargetVariantBuildVersion(MachO::PlatformType Platform, in setDarwinTargetVariantBuildVersion()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp295 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
303 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
H A DMCAsmStreamer.cpp644 void MCAsmStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion()
656 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-types.h27 class Platform; variable
H A Dlldb-forward.h161 class Platform; variable
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp231 const ArgList &Args, StringRef Platform, in PS4PS5Base()
H A DDarwin.h367 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
H A DDarwin.cpp1742 DarwinPlatformKind Platform; member
2193 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget() local
3031 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName()
3119 Darwin::DarwinPlatformKind Platform; in addPlatformVersionArgs() local
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c269 int32_t __isPlatformVersionAtLeast(uint32_t Platform, uint32_t Major, in __isPlatformVersionAtLeast()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3686 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList() local
3731 StringRef Platform = in ParseAvailabilitySpec() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DModule.cpp69 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment() local
/openbsd/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp97 Object Platform; in serializePlatform() local
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp242 Platform("lljit-platform", cl::desc("Platform to use with LLJIT"), variable
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1169 unsigned Platform = StringSwitch<unsigned>(PlatformName) in parseBuildVersion() local
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h965 friend class Platform; variable

12