Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4200 struct MDFieldList : public MDFieldImpl<SmallVector<Metadata *, 4>> { struct
4201 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList() function
4604 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDFieldList &Result) { in parseMDField()
4729 OPTIONAL(operands, MDFieldList, ); in parseGenericDINode()