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()
156 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Note, in endRegion()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage()
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1234 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions()
1288 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs()
1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
2021 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2115 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch()
2263 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2265 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2274 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2276 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2278 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp721 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
726 SM->PrintMessage(I.ID->getLoc(), SourceMgr::DK_Note, in reportResourceUsage()
738 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.h37 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.h1062 case llvm::SourceMgr::DK_Note: in getDiagnosticSeverity()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp221 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics()
236 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp231 case SourceMgr::DK_Note: in reportDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp838 printMessage(M->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
844 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2341 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp1138 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
1144 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2676 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()