LLVM: llvm::orc::SymbolDependenceGroup Struct Reference (original) (raw)

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

#include "[llvm/ExecutionEngine/Orc/Core.h](llvm%5F2ExecutionEngine%5F2Orc%5F2Core%5F8h%5Fsource.html)"

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 568 of file Core.h.

Member Data Documentation

Dependencies

SymbolDependenceMap llvm::orc::SymbolDependenceGroup::Dependencies

Definition at line 570 of file Core.h.

Symbols

SymbolNameSet llvm::orc::SymbolDependenceGroup::Symbols

Definition at line 569 of file Core.h.


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