Lines Matching full:architectures

210   std::vector<Architecture> Architectures;  member
222 std::vector<Architecture> Architectures; member
292 IO.mapRequired("archs", Section.Architectures); in mapping()
314 IO.mapRequired("archs", Section.Architectures); in mapping()
439 Architectures = File->getArchitectures(); in NormalizedTBD()
470 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
471 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD()
472 ArchSet.insert(Architectures); in NormalizedTBD()
475 for (auto Architectures : ArchSet) { in NormalizedTBD() local
477 Section.Architectures = Architectures; in NormalizedTBD()
480 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
484 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
488 if (SymArch.second != Architectures) in NormalizedTBD()
538 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
539 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD()
540 ArchSet.insert(Architectures); in NormalizedTBD()
543 for (auto Architectures : ArchSet) { in NormalizedTBD() local
545 Section.Architectures = Architectures; in NormalizedTBD()
548 if (SymArch.second != Architectures) in NormalizedTBD()
593 // architectures. It is possible to have more than one platform for TBD v3
594 // files, but the architectures don't apply to all
597 TargetList synthesizeTargets(ArchitectureSet Architectures, in synthesizeTargets()
602 Platform = mapToPlatformKind(Platform, Architectures.hasX86()); in synthesizeTargets()
604 for (const auto &&Architecture : Architectures) { in synthesizeTargets()
622 File->addTargets(synthesizeTargets(Architectures, Platforms)); in denormalize()
645 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
688 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
734 std::vector<Architecture> Architectures; member
1027 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues()