Searched refs:WFs (Results 1 – 5 of 5) sorted by relevance
299 ExecutionSession::JITDispatchHandlerAssociationMap WFs; in associateRuntimeSupportFunctions() 303 WFs[ES.intern("__orc_rt_elfnix_get_initializers_tag")] = in associateRuntimeSupportFunctions() 309 WFs[ES.intern("__orc_rt_elfnix_get_deinitializers_tag")] = in getInitializersBuildSequencePhase() 315 WFs[ES.intern("__orc_rt_elfnix_symbol_lookup_tag")] = in getInitializersBuildSequencePhase() 319 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in getInitializersBuildSequencePhase() 285 ExecutionSession::JITDispatchHandlerAssociationMap WFs; associateRuntimeSupportFunctions() local
643 ExecutionSession::JITDispatchHandlerAssociationMap WFs; in associateRuntimeSupportFunctions() local 647 WFs[ES.intern("__orc_rt_coff_symbol_lookup_tag")] = in associateRuntimeSupportFunctions() 652 WFs[ES.intern("__orc_rt_coff_push_initializers_tag")] = in associateRuntimeSupportFunctions() 656 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
592 ExecutionSession::JITDispatchHandlerAssociationMap WFs; in associateRuntimeSupportFunctions() local596 WFs[ES.intern("___orc_rt_macho_push_initializers_tag")] = in associateRuntimeSupportFunctions()602 WFs[ES.intern("___orc_rt_macho_push_symbols_tag")] = in associateRuntimeSupportFunctions()606 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
1912 JITDylib &JD, JITDispatchHandlerAssociationMap WFs) { in registerJITDispatchHandlers() argument1916 WFs, SymbolLookupFlags::WeaklyReferencedSymbol)); in registerJITDispatchHandlers()1929 auto I = WFs.find(KV.first); in registerJITDispatchHandlers()1930 assert(I != WFs.end() && I->second && in registerJITDispatchHandlers()
1734 JITDispatchHandlerAssociationMap WFs);