Home
last modified time | relevance | path

Searched refs:SlotPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp372 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy, in runOnFunction() local
377 SlotPtr->takeName(OriginalAlloca); in runOnFunction()
378 OriginalAlloca->replaceAllUsesWith(SlotPtr); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1275 Value *SlotPtr = nullptr; in emitPrologue() local
1280 if (!SlotPtr) in emitPrologue()
1281 SlotPtr = getHwasanThreadSlotPtr(IRB, IntptrTy); in emitPrologue()
1283 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue()
1322 IRB.CreateStore(ThreadLongNew, SlotPtr); in emitPrologue()