Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp241 struct MetadataSection { struct
278 LLVM_YAML_IS_SEQUENCE_VECTOR(MetadataSection)
351 struct MappingContextTraits<MetadataSection, MetadataSection::Option> {
352 static void mapping(IO &IO, MetadataSection &Section, in mapping()
353 MetadataSection::Option &OptionKind) { in mapping()
356 case MetadataSection::Option::Clients: in mapping()
359 case MetadataSection::Option::Libraries: in mapping()
986 std::vector<MetadataSection> AllowableClients;
987 std::vector<MetadataSection> ReexportedLibraries;
996 std::vector<MetadataSection> &Section) { in assignTargetsToLibrary()
[all …]