Searched refs:reportNote (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h121 void reportNote(SMLoc Loc, Twine const &Msg);
H A DHexagonMCChecker.cpp304 reportNote(I.getLoc(), "Branching instruction");
428 reportNote(
437 reportNote(std::get<0>(Producer)->getLoc(),
447 reportNote(
458 reportNote(std::get<0>(Producer)->getLoc(),
474 reportNote(std::get<0>(Producer)->getLoc(),
483 reportNote(std::get<0>(Producer)->getLoc(),
720 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { function in class:HexagonMCChecker
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp328 Pass.TA.reportNote("name declared here", declarationLoc);
329 Pass.TA.reportNote("intended @autoreleasepool scope begins here",
331 Pass.TA.reportNote("intended @autoreleasepool scope ends here",
H A DInternals.h102 void reportNote(StringRef note, SourceLocation loc,
H A DTransUnbridgedCasts.cpp381 Pass.TA.reportNote(note, retS->getBeginLoc());
H A DTransformActions.cpp697 void TransformActions::reportNote(StringRef message, SourceLocation loc, function in class:TransformActions

Completed in 81 milliseconds