Home
last modified time | relevance | path

Searched refs:NoteLoc (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
55 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
56 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg);
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
63 PrintNote(NoteLoc, Msg);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in targets()
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in targets()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in targets()
63 PrintNote(NoteLoc, Msg); in targets()
/dports/devel/llvm90/llvm-9.0.1.src/lib/TableGen/
H A DError.cpp42 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
43 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm80/llvm-8.0.1.src/lib/TableGen/
H A DError.cpp43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm70/llvm-7.0.1.src/lib/TableGen/
H A DError.cpp43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
45 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
45 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
45 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
45 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/TableGen/
H A DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
45 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/TableGen/
H A DError.h21 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);

123