Searched refs:ThreadLong (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_thread.cpp | 62 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local 64 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1058 Value *ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue() local 1061 TargetTriple.isAArch64() ? ThreadLong : untagPointer(IRB, ThreadLong); in emitPrologue() 1065 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue() 1102 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue() 1105 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()
|