Home
last modified time | relevance | path

Searched defs:PrintNote (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp45 void PrintNote(const Twine &Msg) { in PrintNote() function
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp673 void PrintNote(Twine Msg) const { ::PrintNote(RuleDef.getLoc(), Msg); } in PrintNote() function in __anon569e2aa20111::CombineRuleBuilder