Searched refs:SDGs (Results 1 – 2 of 2) sorted by relevance
541 std::vector<SymbolDependenceGroup> SDGs; in LLVMOrcMaterializationResponsibilityNotifyEmitted() local542 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()
381 std::vector<SymbolDependenceGroup> SDGs; in materialize() member454 QueryInfo->SDGs.push_back({{Alias}, {{&SrcJD, {AliasInfo.Aliasee}}}}); in materialize()477 if (auto Err = QueryInfo->R->notifyEmitted(QueryInfo->SDGs)) { in materialize()