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.cpp52 void PrintNote(const Twine &Msg) { in PrintNote() function
56 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintNote() function
60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp669 void PrintNote(Twine Msg) const { ::PrintNote(RuleDef.getLoc(), Msg); } in PrintNote() function in __anon569e2aa20111::CombineRuleBuilder