Searched refs:MDFieldList (Results 1 – 1 of 1) sorted by relevance
4200 struct MDFieldList : public MDFieldImpl<SmallVector<Metadata *, 4>> { struct4201 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList() function4604 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDFieldList &Result) { in parseMDField()4729 OPTIONAL(operands, MDFieldList, ); in parseGenericDINode()