Searched refs:ErrorCallback (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 150 ErrorCallback( in lexStringConstant() 363 ErrorCallback); in maybeLexSubRegisterIndex() 391 ErrorCallback); in maybeLexStringConstant() 451 ErrorCallback); in maybeLexGlobalValue() 467 ErrorCallback); in maybeLexExternalSymbol() 484 ErrorCallback(C.location(), in maybeLexMCSymbol() 498 ErrorCallback(C.location(), in maybeLexMCSymbol() 505 ErrorCallback(R.location(), in maybeLexMCSymbol() 599 ErrorCallback(Token.location(), in maybeLexExlaim() 669 ErrorCallback( in maybeLexEscapedIRValue() [all …]
|
| H A D | MILexer.h | 230 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_libbacktrace.cc | 145 static void ErrorCallback(void *, const char *, int) {} in ErrorCallback() function 153 ErrorCallback, NULL)); in get() 165 ErrorCallback, &data); in SymbolizePC() 169 ErrorCallback, &data); in SymbolizePC() 175 ErrorCallback, info); in SymbolizeData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | XML.cpp | 36 void XMLDocument::ErrorCallback(void *ctx, const char *format, ...) { in ErrorCallback() function in XMLDocument 48 xmlSetGenericErrorFunc((void *)this, XMLDocument::ErrorCallback); in ParseFile() 59 xmlSetGenericErrorFunc((void *)this, XMLDocument::ErrorCallback); in ParseMemory()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | XML.h | 143 static void ErrorCallback(void *ctx, const char *format, ...);
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 309 void skip(function_ref<void(Error)> ErrorCallback);
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1080 function_ref<void(Error)> ErrorCallback) { in skip() argument 1087 ErrorCallback(std::move(Err)); in skip()
|