Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp49 SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note, in beginRegion()
57 SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note, in beginRegion()
100 SM.PrintMessage(Loc, SourceMgr::DK_Note, in endRegion()
103 SM.PrintMessage(Loc, SourceMgr::DK_Note, in endRegion()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1382 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions()
1497 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
2090 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2184 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch()
2332 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2334 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2343 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2345 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2347 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
2367 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckSame()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h37 DK_Note, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp693 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
H A DHexagonMCChecker.cpp734 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp506 case SourceMgr::DK_Note: in print()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1038 case llvm::SourceMgr::DK_Note: in getDiagnosticSeverity()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp219 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, "also defined here"); in groupDiagnostics()
234 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, in groupDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp221 case SourceMgr::DK_Note: in reportDiagnostic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp819 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
825 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2332 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp1118 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
1124 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2727 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()