LLVM 22.0.0git
llvm::orc::detail::WaitingOnGraph< ContainerIdT, ElementIdT >::EmitResult Struct Reference

#include "llvm/ExecutionEngine/Orc/WaitingOnGraph.h"

Public Attributes

std::vector< std::unique_ptr< SuperNode > > Ready
std::vector< std::unique_ptr< SuperNode > > Failed

Detailed Description

template<typename ContainerIdT, typename ElementIdT>
struct llvm::orc::detail::WaitingOnGraph< ContainerIdT, ElementIdT >::EmitResult

Definition at line 282 of file WaitingOnGraph.h.

Member Data Documentation

◆ Failed

template<typename ContainerIdT, typename ElementIdT>
std::vector<std::unique_ptr<SuperNode> > llvm::orc::detail::WaitingOnGraph< ContainerIdT, ElementIdT >::EmitResult::Failed

Definition at line 284 of file WaitingOnGraph.h.

◆ Ready

template<typename ContainerIdT, typename ElementIdT>
std::vector<std::unique_ptr<SuperNode> > llvm::orc::detail::WaitingOnGraph< ContainerIdT, ElementIdT >::EmitResult::Ready

Definition at line 283 of file WaitingOnGraph.h.


The documentation for this struct was generated from the following file: