Searched refs:DepInfoMap (Results 1 – 1 of 1) sorted by relevance
317 Expected<COFFJITDylibDepInfoMap> DepInfoMap((COFFJITDylibDepInfoMap())); in dlopenFull() local320 call(JITDispatch(&__orc_rt_coff_push_initializers_tag), DepInfoMap, in dlopenFull()323 if (!DepInfoMap) in dlopenFull()324 return DepInfoMap.takeError(); in dlopenFull()326 if (auto Err = dlopenInitialize(JDS, *DepInfoMap)) in dlopenFull()329 if (!DepInfoMap->empty()) { in dlopenFull()