/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Platform.cpp | 21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() 69 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() 90 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
|
H A D | Target.cpp | 22 PlatformType Platform; in create() local
|
H A D | Utils.cpp | 237 PlatformType Platform) { in getPathsForPlatform()
|
H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformType>(Scalar) in input() local
|
H A D | TextStub.cpp | 560 for (auto Platform : Platforms) { in synthesizeTargets() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandOptionValidators.h | 16 class Platform; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 38 StringRef Platform; variable 43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Target.h | 43 PlatformType Platform; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 100 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member 244 void setTargetVariantBuildVersion(MachO::PlatformType Platform, in setTargetVariantBuildVersion()
|
H A D | MCStreamer.h | 477 virtual void emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion() 481 virtual void emitDarwinTargetVariantBuildVersion(unsigned Platform, in emitDarwinTargetVariantBuildVersion()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DiagnosticBuilderWrappers.cpp | 32 const PlatformType &Platform) { in operator <<()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 37 Platform = Log::ChannelFlag<18>, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 258 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion() 266 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-types.h | 25 class Platform; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 273 int32_t __isPlatformVersionAtLeast(uint32_t Platform, uint32_t Major, in __isPlatformVersionAtLeast()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 379 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
|
H A D | PS4CPU.cpp | 333 const ArgList &Args, StringRef Platform, in PS4PS5Base()
|
H A D | Darwin.cpp | 1860 DarwinPlatformKind Platform; member 2324 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget() local 3289 static const char *getPlatformName(Darwin::DarwinPlatformKind Platform, in getPlatformName() 3379 Darwin::DarwinPlatformKind Platform; in addPlatformVersionArgs() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 250 JITDylib *Platform = nullptr; variable
|
H A D | MachOPlatform.h | 67 uint32_t Platform; // Platform. member
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 68 StringRef Platform = Target.getPlatformName(); in isPlatformEnvironment() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3907 StringRef Platform = Spec.getPlatform(); in CheckAvailabilitySpecList() local 3952 StringRef Platform = in ParseAvailabilitySpec() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 104 Object Platform; in serializePlatform() local
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 239 cl::opt<LLJITPlatform> Platform( variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 1171 unsigned Platform = StringSwitch<unsigned>(PlatformName) in parseBuildVersion() local
|