Home
last modified time | relevance | path

Searched defs:PrintError (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp104 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError() function
106 void PrintError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintError() function
110 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function
114 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function
120 void PrintError(const Record *Rec, const Twine &Msg) { in PrintError() function
126 void PrintError(const RecordVal *RecVal, const Twine &Msg) { in PrintError() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_diagnostics.cpp53 static void PrintError(const Decorator &decorator, in PrintError() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp776 void PatFrag::PrintError(Twine Msg) const { llvm::PrintError(&Def, Msg); } in PrintError() function in llvm::gi::PatFrag
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp667 void PrintError(Twine Msg) const { ::PrintError(&RuleDef, Msg); } in PrintError() function in __anon569e2aa20111::CombineRuleBuilder
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5346 auto PrintError = [&](StringRef Msg) { in validateTHAndScopeBits() local