Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp523 &orc_rt_elfnix_create_pthread_key}}; in bootstrapELFNixRuntime()
624 if (!orc_rt_elfnix_create_pthread_key) in createPThreadKey()
632 orc_rt_elfnix_create_pthread_key, Result)) in createPThreadKey()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h231 ExecutorAddr orc_rt_elfnix_create_pthread_key; variable