Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
985 std::vector<MetadataSection> AllowableClients;
986 std::vector<MetadataSection> ReexportedLibraries;
995 std::vector<MetadataSection> &Section) { in assignTargetsToLibrary()
[all …]