Searched refs:MDFieldList (Results 1 – 1 of 1) sorted by relevance
3067 struct MDFieldList : public MDFieldImpl<SmallVector<Metadata *, 4>> { struct3068 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList() function3290 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDFieldList &Result) { in ParseMDField()3394 OPTIONAL(operands, MDFieldList, ); in ParseGenericDebugNode()