Home
last modified time | relevance | path

Searched refs:ThreadLocal (Results 1 – 15 of 15) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DThreadLocal.inc1 //= llvm/Support/Win32/ThreadLocal.inc - Win32 Thread Local Data -*- C++ -*-===//
10 // This file implements the Win32 specific (non-pthread) ThreadLocal class.
20 #include "llvm/Support/ThreadLocal.h"
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DThreadLocal.h46 class ThreadLocal : public ThreadLocalImpl {
48 ThreadLocal() : ThreadLocalImpl() { } in ThreadLocal() function
/minix/external/bsd/llvm/dist/llvm/unittests/Support/
H A DThreadLocalTest.cpp27 ThreadLocal<const S> x; in TEST_F()
42 ThreadLocal<S> y; in TEST_F()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h69 ThreadLocal(NotThreadLocal), Parent(nullptr) { in GlobalValue()
80 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is variable
141 ThreadLocal = Val; in setThreadLocalMode()
144 return static_cast<ThreadLocalMode>(ThreadLocal); in getThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DCMakeLists.txt118 ThreadLocal.cpp
133 Unix/ThreadLocal.inc
145 Windows/ThreadLocal.inc
H A DCrashRecoveryContext.cpp26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
70 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextCleanup> >
184 static sys::ThreadLocal<const void> sCurrentExceptionHandle;
H A DThreadLocal.cpp47 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
H A DPrettyStackTrace.cpp31 static ManagedStatic<sys::ThreadLocal<const PrettyStackTraceEntry> > PrettyStackTraceHead;
/minix/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc1 //=== llvm/Support/Unix/ThreadLocal.inc - Unix Thread Local Data -*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) ThreadLocal class.
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1337 class ThreadLocal {
1339 ThreadLocal() : key_(CreateKey()),
1341 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1344 ~ThreadLocal() {
1397 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal);
1428 class ThreadLocal {
1430 ThreadLocal() : value_() {}
1431 explicit ThreadLocal(const T& value) : value_(value) {}
/minix/external/bsd/llvm/lib/libLLVMSupport/
H A DMakefile98 ThreadLocal.cpp \
114 ThreadLocal.inc \
/minix/external/bsd/llvm/dist/llvm/utils/
H A Dllvm.grm261 ThreadLocal ::= - "thread_local" | _ ;
275 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType
277 | OptGlobalAssign GVInternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
279 | OptGlobalAssign GVExternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h812 internal::ThreadLocal<TestPartResultReporterInterface*>
893 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4604 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == in printMachOExportsTrie() local
4615 if (WeakDef || ThreadLocal || Resolver || Abs) { in printMachOExportsTrie()
4622 if (ThreadLocal) { in printMachOExportsTrie()
/minix/external/bsd/llvm/dist/llvm/docs/
H A DLangRef.rst596 [@<GlobalVarName> =] [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal]
713 …@<Name> = [Linkage] [Visibility] [DLLStorageClass] [ThreadLocal] [unnamed_addr] alias <AliaseeTy> …