Lines Matching refs:intern
137 {{ES.intern("__orc_rt_jit_dispatch"), in Create()
140 {ES.intern("__orc_rt_jit_dispatch_ctx"), in Create()
193 auto AliasName = ES.intern(KV.first); in addAliases()
195 Aliases[std::move(AliasName)] = {ES.intern(KV.second), in addAliases()
211 auto RTRegisterFrame = ES.intern("__orc_rt_register_eh_frame_section"); in standardPlatformAliases()
212 auto LibUnwindRegisterFrame = ES.intern("__unw_add_dynamic_eh_frame_section"); in standardPlatformAliases()
213 auto RTDeregisterFrame = ES.intern("__orc_rt_deregister_eh_frame_section"); in standardPlatformAliases()
215 ES.intern("__unw_remove_dynamic_eh_frame_section"); in standardPlatformAliases()
241 Aliases[std::move(RTRegisterFrame)] = {ES.intern("__register_frame"), in standardPlatformAliases()
243 Aliases[std::move(RTDeregisterFrame)] = {ES.intern("__deregister_frame"), in standardPlatformAliases()
296 DSOHandleSymbol(ES.intern("__dso_handle")) { in ELFNixPlatform()
333 WFs[ES.intern("__orc_rt_elfnix_get_initializers_tag")] = in associateRuntimeSupportFunctions()
339 WFs[ES.intern("__orc_rt_elfnix_get_deinitializers_tag")] = in associateRuntimeSupportFunctions()
345 WFs[ES.intern("__orc_rt_elfnix_symbol_lookup_tag")] = in associateRuntimeSupportFunctions()
510 SymbolLookupSet(ES.intern(SymbolName)), SymbolState::Ready, in rt_lookupSymbol()
527 auto Name = ES.intern(KV.first); in bootstrapELFNixRuntime()