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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h126 void reportNote(SMLoc Loc, Twine const &Msg);
H A DHexagonMCChecker.cpp314 reportNote(I.getLoc(), "Branching instruction");
438 reportNote(
447 reportNote(std::get<0>(Producer)->getLoc(),
457 reportNote(
468 reportNote(std::get<0>(Producer)->getLoc(),
484 reportNote(std::get<0>(Producer)->getLoc(),
493 reportNote(std::get<0>(Producer)->getLoc(),
730 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { function in class:HexagonMCChecker
/freebsd-13-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.h104 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 166 milliseconds