Home
last modified time | relevance | path

Searched defs:handleError (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c18 int handleError(LLVMErrorRef Err) { in handleError() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dfallible_iterator.h204 void handleError(Error Err) { in handleError() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c18 int handleError(LLVMErrorRef Err) { in handleError() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c19 int handleError(LLVMErrorRef Err) { in handleError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c19 int handleError(LLVMErrorRef Err) { in handleError() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp129 void handleError(llvm::Error Err) override { handleResult(std::move(Err)); } in handleError() function in clang::refactor::__anon00bb63930111::TestRefactoringResultConsumer
H A DClangRefactor.cpp318 void handleError(llvm::Error Err) override { in handleError() function in __anond439ce910111::ClangRefactorConsumer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp147 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp423 Error ResourceFileWriter::handleError(Error Err, const RCResource *Res) { in handleError() function in llvm::rc::ResourceFileWriter