Home
last modified time | relevance | path

Searched refs:UseTLS (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStack.cpp372 bool UseTLS = USPStorage == ThreadLocalUSP; in getOrCreateUnsafeStackPtr() local
375 auto TLSModel = UseTLS ? in getOrCreateUnsafeStackPtr()
388 if (UseTLS != UnsafeStackPtr->isThreadLocal()) in getOrCreateUnsafeStackPtr()
390 (UseTLS ? "" : "not ") + "be thread-local"); in getOrCreateUnsafeStackPtr()
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop.go25 UseTLS bool member
368 if !ctx.UseTLS {
Dhttp2interop_test.go35 UseTLS: *useTls,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1532 bool UseTLS) const { in getDefaultSafeStackPointerLocation()
1543 auto TLSModel = UseTLS ? in getDefaultSafeStackPointerLocation()
1556 if (UseTLS != UnsafeStackPtr->isThreadLocal()) in getDefaultSafeStackPointerLocation()
1558 (UseTLS ? "" : "not ") + "be thread-local"); in getDefaultSafeStackPointerLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1460 bool UseTLS) const;