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()
49 PrintError(DiagLoc, DiagCtx + ": unknown type '" + R->getName() + "'"); in get()
H A DPatterns.h68 const Record *R, Twine DiagCtx);