Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp27 const Record *R, Twine DiagCtx) { in get() argument
38 PrintError(DiagLoc, DiagCtx + ": invalid operand name format '" + in get()
56 DiagCtx + in get()
63 PrintError(DiagLoc, DiagCtx + ": maximum number of arguments (" + in get()
76 PrintError(DiagLoc, DiagCtx + ": unknown type '" + R->getName() + "'"); in get()
H A DPatterns.h83 const Record *R, Twine DiagCtx);