Home
last modified time | relevance | path

Searched refs:LLVM_THREAD_LOCAL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext;
91 static LLVM_THREAD_LOCAL const CrashRecoveryContext *IsRecoveringFromCrash;
310 static LLVM_THREAD_LOCAL const void* sCurrentExceptionHandle;
H A DPrettyStackTrace.cpp53 static LLVM_THREAD_LOCAL PrettyStackTraceEntry *PrettyStackTraceHead = nullptr;
68 static LLVM_THREAD_LOCAL unsigned ThreadLocalSigInfoGenerationCounter = 0;
H A DThreadPool.cpp55 static LLVM_THREAD_LOCAL std::vector<ThreadPoolTaskGroup *>
H A DTimeProfiler.cpp55 static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h670 #define LLVM_THREAD_LOCAL thread_local macro
674 #define LLVM_THREAD_LOCAL __thread macro
679 #define LLVM_THREAD_LOCAL macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp18 static LLVM_THREAD_LOCAL uintptr_t BottomOfStack = 0;