Home
last modified time | relevance | path

Searched refs:DK_Note (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp56 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
64 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
107 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
110 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
132 SM.PrintMessage(R.startLoc(), llvm::SourceMgr::DK_Note, in beginRegion()
155 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp39 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in PrintMessage()
61 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1274 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions()
1328 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs()
1391 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
2058 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2152 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch()
2300 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2302 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2311 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2313 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2315 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp720 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
725 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
737 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
H A DHexagonMCChecker.cpp792 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h38 DK_Note, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp517 case SourceMgr::DK_Note: in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1131 case llvm::SourceMgr::DK_Note: in getDiagnosticSeverity()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp209 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics()
224 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp238 case SourceMgr::DK_Note: in reportDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp822 printMessage(M->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
828 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2270 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp1019 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
1025 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2324 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()