Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3981 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct
3982 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() function
4044 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()
4609 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()