LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"
Public Member Functions | |
CtorDtorRunner (JITDylib &JD) | |
void | add (iterator_range< CtorDtorIterator > CtorDtors) |
Error | run () |
Definition at line 146 of file ExecutionUtils.h.
|
inline |
Definition at line 148 of file ExecutionUtils.h.
void llvm::orc::CtorDtorRunner::add | ( | iterator_range< CtorDtorIterator > | CtorDtors | ) |
Error llvm::orc::CtorDtorRunner::run | ( | ) |
Definition at line 144 of file ExecutionUtils.cpp.
References llvm::orc::SymbolLookupSet::add(), assert(), llvm::orc::SymbolLookupSet::containsDuplicates(), llvm::orc::JITDylib::getExecutionSession(), llvm::orc::makeJITDylibSearchOrder(), llvm::orc::MatchAllSymbols, Name, and llvm::Error::success().