LLVM 19.0.0git
Public Attributes | List of all members
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 543 of file Core.h.

Member Data Documentation

◆ Dependencies

SymbolDependenceMap llvm::orc::SymbolDependenceGroup::Dependencies

Definition at line 545 of file Core.h.

◆ Symbols

SymbolNameSet llvm::orc::SymbolDependenceGroup::Symbols

Definition at line 544 of file Core.h.


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