Home
last modified time | relevance | path

Searched refs:ErrorCallback (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp150 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 DMILexer.h230 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc145 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 DXML.cpp36 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 DXML.h143 static void ErrorCallback(void *ctx, const char *format, ...);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h309 void skip(function_ref<void(Error)> ErrorCallback);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1080 function_ref<void(Error)> ErrorCallback) { in skip() argument
1087 ErrorCallback(std::move(Err)); in skip()