Lines Matching defs:MetadataSection
241 struct MetadataSection {
268 LLVM_YAML_IS_SEQUENCE_VECTOR(MetadataSection)
341 struct MappingContextTraits<MetadataSection, MetadataSection::Option> {
342 static void mapping(IO &IO, MetadataSection &Section,
343 MetadataSection::Option &OptionKind) {
346 case MetadataSection::Option::Clients:
349 case MetadataSection::Option::Libraries:
949 std::vector<MetadataSection> AllowableClients;
950 std::vector<MetadataSection> ReexportedLibraries;
959 std::vector<MetadataSection> &Section) {
969 MetadataSection CurrentSection;
1032 auto OptionKind = MetadataSection::Option::Clients;
1035 OptionKind = MetadataSection::Option::Libraries;