Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp522 &orc_rt_elfnix_create_pthread_key}}; in bootstrapELFNixRuntime()
623 if (!orc_rt_elfnix_create_pthread_key) in createPThreadKey()
631 orc_rt_elfnix_create_pthread_key, Result)) in createPThreadKey()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h231 ExecutorAddr orc_rt_elfnix_create_pthread_key; variable