Home
last modified time | relevance | path

Searched refs:EmittedDeps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1789 ArrayRef<SymbolDependenceGroup> EmittedDeps);
1806 ArrayRef<SymbolDependenceGroup> EmittedDeps);
2008 ArrayRef<SymbolDependenceGroup> EmittedDeps) { in notifyEmitted() argument
2009 return getExecutionSession().OL_notifyEmitted(*this, EmittedDeps); in notifyEmitted()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2974 ArrayRef<SymbolDependenceGroup> EmittedDeps) { in simplifyDepGroups() argument
2981 EDUInfos.reserve(EmittedDeps.size()); in simplifyDepGroups()
2983 for (auto &DG : EmittedDeps) { in simplifyDepGroups()
3041 for (auto &DG : EmittedDeps) { in simplifyDepGroups()