Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp3449 ArrayRef<SymbolDependenceGroup> DepGroups) { in OL_notifyEmitted() argument
3453 if (!DepGroups.empty()) { in OL_notifyEmitted()
3455 for (auto &SDG : DepGroups) { in OL_notifyEmitted()
3464 for (auto &DG : DepGroups) { in OL_notifyEmitted()
3474 auto EDUInfos = simplifyDepGroups(MR, DepGroups); in OL_notifyEmitted()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h657 Error notifyEmitted(ArrayRef<SymbolDependenceGroup> DepGroups);