LLVM 22.0.0git
llvm::orc::SymbolDependenceGroup Struct Reference

A set of symbols and the their dependencies. More...

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

Public Attributes

SymbolNameSet Symbols
SymbolDependenceMap Dependencies

Detailed Description

A set of symbols and the their dependencies.

Used to describe dependencies for the MaterializationResponsibility::notifyEmitted operation.

Definition at line 564 of file Core.h.

Member Data Documentation

◆ Dependencies

SymbolDependenceMap llvm::orc::SymbolDependenceGroup::Dependencies

Definition at line 566 of file Core.h.

◆ Symbols

SymbolNameSet llvm::orc::SymbolDependenceGroup::Symbols

Definition at line 565 of file Core.h.


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