Searched refs:Platforms (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp438 Platforms = File->getPlatforms();
595 const PlatformSet &Platforms) {
598 for (auto Platform : Platforms) {
619 File->addTargets(synthesizeTargets(Architectures, Platforms));
642 synthesizeTargets(Section.Architectures, Platforms);
685 synthesizeTargets(Section.Architectures, Platforms);
733 PlatformSet Platforms; member in struct:llvm::yaml::MappingTraits::NormalizedTBD
1027 IO.mapRequired("platform", Keys->Platforms);
594 synthesizeTargets(ArchitectureSet Architectures, const PlatformSet &Platforms) argument
/freebsd-13-stable/tools/build/
H A DMakefile32 # Full XCode installed -> host headers are below Platforms/MacOSX.platform
33 _MACOS_SDK_DIR=${_XCODE_ROOT}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3594 llvm::SmallSet<StringRef, 4> Platforms; local
3608 bool Inserted = Platforms.insert(Spec.getPlatform()).second;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9362 static const char *Platforms[] = {"macOS", "iOS", "watchOS", "tvOS"}; local
9363 for (const char *Platform : llvm::makeArrayRef(Platforms)) {

Completed in 144 milliseconds