HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_THREAD_LOCAL (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 419 /// \macro LLVM_THREAD_LOCAL
433 #define LLVM_THREAD_LOCAL thread_local
436 #define LLVM_THREAD_LOCAL __declspec(thread)
440 #define LLVM_THREAD_LOCAL __thread
445 #define LLVM_THREAD_LOCAL
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 39 static LLVM_THREAD_LOCAL const PrettyStackTraceEntry *PrettyStackTraceHead =

Completed in 41 milliseconds