Searched refs:ThreadLong (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 64 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local 66 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1197 Value *ThreadLong = nullptr; in emitPrologue() local 1203 if (!ThreadLong) in emitPrologue() 1204 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue() 1207 return TargetTriple.isAArch64() ? ThreadLong in emitPrologue() 1208 : untagPointer(IRB, ThreadLong); in emitPrologue() 1223 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue() 1239 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue() 1242 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()
|