Home
last modified time | relevance | path

Searched refs:reportWarning (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp557 reportWarning("Register `" + Twine(RI.getName(Register)) + in checkRegisterCurDefs()
639 reportWarning("register `" + Twine(RI.getName(R)) + in checkRegisters()
728 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning() function in HexagonMCChecker
730 Context.reportWarning(MCB.getLoc(), Msg); in reportWarning()
DHexagonMCChecker.h123 void reportWarning(Twine const &Msg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h682 void reportWarning(SMLoc L, const Twine &Msg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp704 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { in reportWarning() function in MCContext