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.cpp240 struct MetadataSection { struct
267 LLVM_YAML_IS_SEQUENCE_VECTOR(MetadataSection)
340 struct MappingContextTraits<MetadataSection, MetadataSection::Option> {
341 static void mapping(IO &IO, MetadataSection &Section, in mapping()
342 MetadataSection::Option &OptionKind) { in mapping()
345 case MetadataSection::Option::Clients: in mapping()
348 case MetadataSection::Option::Libraries: in mapping()
948 std::vector<MetadataSection> AllowableClients;
949 std::vector<MetadataSection> ReexportedLibraries;
958 std::vector<MetadataSection> &Section) { in assignTargetsToLibrary()
[all …]