Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp317 Expected<COFFJITDylibDepInfoMap> DepInfoMap((COFFJITDylibDepInfoMap())); in dlopenFull() local
320 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()