Home
last modified time | relevance | path

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

/freebsd/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()
343 MetadataSection::Option &OptionKind) { 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;
959 std::vector<MetadataSection> &Section) { in assignTargetsToLibrary()
[all …]