Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4166 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct
4167 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() argument
4249 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()
4814 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()