Home
last modified time | relevance | path

Searched refs:MetadataSection (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp241 struct MetadataSection { struct
268 LLVM_YAML_IS_SEQUENCE_VECTOR(MetadataSection)
341 struct MappingContextTraits<MetadataSection, MetadataSection::Option> {
342 static void mapping(IO &IO, MetadataSection &Section, in mapping()
346 case MetadataSection::Option::Clients: in mapping()
349 case MetadataSection::Option::Libraries: in mapping()
949 std::vector<MetadataSection> AllowableClients;
950 std::vector<MetadataSection> ReexportedLibraries;
969 MetadataSection CurrentSection; in assignTargetsToLibrary()
1032 auto OptionKind = MetadataSection::Option::Clients; in mapKeysToValuesV4()
[all …]