Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3855 struct MDAPSIntField : public MDFieldImpl<APSInt> { struct
3856 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField() function
3938 bool LLParser::parseMDField(LocTy Loc, StringRef Name, MDAPSIntField &Result) { in parseMDField()
4503 REQUIRED(value, MDAPSIntField, ); \ in parseDIEnumerator()