Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp500 auto *TLVMgr = static_cast<ELFNixPlatformRuntimeTLVManager *>( in __orc_rt_elfnix_tls_get_addr_impl() local
502 if (!TLVMgr) in __orc_rt_elfnix_tls_get_addr_impl()
503 TLVMgr = new ELFNixPlatformRuntimeTLVManager(); in __orc_rt_elfnix_tls_get_addr_impl()
504 if (pthread_setspecific(D->Key, TLVMgr)) { in __orc_rt_elfnix_tls_get_addr_impl()
509 return TLVMgr->getInstance( in __orc_rt_elfnix_tls_get_addr_impl()
H A Dmacho_platform.cpp1368 auto *TLVMgr = static_cast<MachOPlatformRuntimeTLVManager *>( in __orc_rt_macho_tlv_get_addr_impl() local
1370 if (!TLVMgr) { in __orc_rt_macho_tlv_get_addr_impl()
1371 TLVMgr = new MachOPlatformRuntimeTLVManager(); in __orc_rt_macho_tlv_get_addr_impl()
1372 if (pthread_setspecific(D->Key, TLVMgr)) { in __orc_rt_macho_tlv_get_addr_impl()
1378 return TLVMgr->getInstance( in __orc_rt_macho_tlv_get_addr_impl()