Home
last modified time | relevance | path

Searched refs:incrementThreadLong (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h101 Value *incrementThreadLong(IRBuilder<> &IRB, Value *ThreadLong,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp332 Value *incrementThreadLong(IRBuilder<> &IRB, Value *ThreadLong, in incrementThreadLong() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp493 IRB.CreateStore(memtag::incrementThreadLong(IRB, ThreadLong, 16), SlotPtr); in insertBaseTaggedPointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1395 IRB.CreateStore(memtag::incrementThreadLong(IRB, ThreadLong, 8), SlotPtr); in emitPrologue()