Searched refs:MDFieldList (Results 1 – 1 of 1) sorted by relevance
3419 struct MDFieldList : public MDFieldImpl<SmallVector<Metadata *, 4>> { struct3420 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList() argument3698 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDFieldList &Result) { in ParseMDField()3802 OPTIONAL(operands, MDFieldList, ); in ParseGenericDINode()