Searched refs:ThreadLong (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 60 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local 62 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1149 Value *ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue() local 1152 TargetTriple.isAArch64() ? ThreadLong : untagPointer(IRB, ThreadLong); in emitPrologue() 1156 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue() 1193 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue() 1196 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()
|