Lines Matching refs:Architectures
210 std::vector<Architecture> Architectures; member
222 std::vector<Architecture> Architectures; member
282 IO.mapRequired("archs", Section.Architectures); in mapping()
304 IO.mapRequired("archs", Section.Architectures); in mapping()
404 Architectures = File->getArchitectures(); in NormalizedTBD()
431 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
432 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD()
433 ArchSet.insert(Architectures); in NormalizedTBD()
436 for (auto Architectures : ArchSet) { in NormalizedTBD() local
438 Section.Architectures = Architectures; in NormalizedTBD()
441 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
445 if (Library.getArchitectures() == Architectures) in NormalizedTBD()
449 if (SymArch.second != Architectures) in NormalizedTBD()
498 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
499 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD()
500 ArchSet.insert(Architectures); in NormalizedTBD()
503 for (auto Architectures : ArchSet) { in NormalizedTBD() local
505 Section.Architectures = Architectures; in NormalizedTBD()
508 if (SymArch.second != Architectures) in NormalizedTBD()
556 TargetList synthesizeTargets(ArchitectureSet Architectures, in synthesizeTargets()
561 Platform = mapToPlatformType(Platform, Architectures.hasX86()); in synthesizeTargets()
563 for (const auto &&Architecture : Architectures) { in synthesizeTargets()
580 File->addTargets(synthesizeTargets(Architectures, Platforms)); in denormalize()
605 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
649 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
696 std::vector<Architecture> Architectures; member
989 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues()