Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp541 std::vector<SymbolDependenceGroup> SDGs; in LLVMOrcMaterializationResponsibilityNotifyEmitted() local
542 SDGs.reserve(NumSymbolDepGroups); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
544 SDGs.push_back(SymbolDependenceGroup()); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
545 auto &SDG = SDGs.back(); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
550 return wrap(unwrap(MR)->notifyEmitted(SDGs)); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
H A DCore.cpp381 std::vector<SymbolDependenceGroup> SDGs; in materialize() member
454 QueryInfo->SDGs.push_back({{Alias}, {{&SrcJD, {AliasInfo.Aliasee}}}}); in materialize()
477 if (auto Err = QueryInfo->R->notifyEmitted(QueryInfo->SDGs)) { in materialize()