Searched refs:ErrorInfoBase (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DError.cpp16 std::vector<std::shared_ptr<ErrorInfoBase>> Infos;
18 [&Infos](std::unique_ptr<ErrorInfoBase> Info) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h48 class ErrorInfoBase { class in namespace:llvm
50 virtual ~ErrorInfoBase() = default;
72 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
94 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
95 /// are represented by setting the pointer to a ErrorInfoBase subclass
158 // ErrorList needs to be able to yank ErrorInfoBase pointers out of Errors
198 Error(std::unique_ptr<ErrorInfoBase> Payload) {
271 ErrorInfoBase *getPtr() const {
272 return reinterpret_cast<ErrorInfoBase*>(
277 void setPtr(ErrorInfoBase *E
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp53 void ErrorInfoBase::anchor() {}
54 char ErrorInfoBase::ID = 0;
65 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
95 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) {
153 return reinterpret_cast<ErrorInfoBase *>(Err)->dynamicClassID();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp39 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp40 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
80 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp116 std::unique_ptr<llvm::ErrorInfoBase> EIB;
121 [&](std::unique_ptr<llvm::ErrorInfoBase> E) { EIB = std::move(E); });
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp45 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
91 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h66 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp44 handleAllErrors(ResOrErr.takeError(), [&](const ErrorInfoBase &) {
H A Dxray-graph.cpp459 [&](const ErrorInfoBase &E) { E.log(errs()); });
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp21 [](ErrorInfoBase &info) { warn(info.message()); });
H A DErrorHandler.cpp91 [&](ErrorInfoBase &eib) { error(eib.message()); });
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h24 std::vector<std::shared_ptr<ErrorInfoBase>> Infos;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp107 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) {
215 handleAllErrors(ChildMB.takeError(), [&](const ErrorInfoBase &EIB) {
372 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp347 handleAllErrors(E.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
355 handleAllErrors(OFOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) {
H A DBackendUtil.cpp1410 handleAllErrors(BMOrErr.takeError(), [&](ErrorInfoBase &EIB) {
1427 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
1491 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
H A DCodeGenAction.cpp975 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
1052 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h333 std::function<Error(ChannelT &C, const ErrorInfoBase&)>;
364 ChannelT &C, const ErrorInfoBase &EIB) -> Error {
381 [&C](const ErrorInfoBase &EIB) {
409 static Error serializeAsStringError(ChannelT &C, const ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp143 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp193 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) {
218 handleAllErrors(Result.takeError(), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp383 [&](const ErrorInfoBase &EI) { error(EI.message()); });
396 createFileError(Input, std::move(Err)), [&](const ErrorInfoBase &EI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp558 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp20 handleAllErrors(AddendOrErr.takeError(), [](const ErrorInfoBase &EI) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h701 [](const llvm::ErrorInfoBase &E) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h177 [this](std::unique_ptr<ErrorInfoBase> EIB) {

Completed in 304 milliseconds

12