Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp484 &orc_rt_elfnix_create_pthread_key}}; in bootstrapELFNixRuntime()
585 if (!orc_rt_elfnix_create_pthread_key) in createPThreadKey()
593 orc_rt_elfnix_create_pthread_key, Result)) in createPThreadKey()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h234 ExecutorAddr orc_rt_elfnix_create_pthread_key; variable