Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp299 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
H A DCOFFPlatform.cpp643 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()
H A DMachOPlatform.cpp592 ExecutionSession::JITDispatchHandlerAssociationMap WFs; in associateRuntimeSupportFunctions() local
596 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()
H A DCore.cpp1912 JITDylib &JD, JITDispatchHandlerAssociationMap WFs) { in registerJITDispatchHandlers() argument
1916 WFs, SymbolLookupFlags::WeaklyReferencedSymbol)); in registerJITDispatchHandlers()
1929 auto I = WFs.find(KV.first); in registerJITDispatchHandlers()
1930 assert(I != WFs.end() && I->second && in registerJITDispatchHandlers()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1734 JITDispatchHandlerAssociationMap WFs);