Searched refs:printMessage (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 305 void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, in printMessage() function in __anon1f1fff4e0111::AsmParser 735 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations() 741 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note() 750 printMessage(L, SourceMgr::DK_Warning, Msg, Range); in Warning() 757 printMessage(L, SourceMgr::DK_Error, Msg, Range); in printError() 2193 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()
|