Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp26 const Record *R, Twine DiagCtx) { in get() argument
37 PrintError(DiagLoc, DiagCtx + ": invalid operand name format '" + in get()
48 PrintError(DiagLoc, DiagCtx + ": unknown type '" + R->getName() + "'"); in get()
H A DPatterns.h67 const Record *R, Twine DiagCtx);