Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4761 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct
4762 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() argument
4852 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()
5542 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()
5599 OPTIONAL(numerator, MDAPSIntField, ); \ in parseDIFixedPointType()
5600 OPTIONAL(denominator, MDAPSIntField, ); in parseDIFixedPointType()