Searched refs:tagAlloca (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp305 void tagAlloca(AllocaInst *AI, Instruction *InsertBefore, Value *Ptr,
411 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, function in class:AArch64StackTagging
554 tagAlloca(AI, Start->getNextNode(), Start->getArgOperand(1), Size);
566 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp328 void tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, Value *Tag, size_t Size);
1077 void HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, Value *Tag, function in class:HWAddressSanitizer
1446 tagAlloca(IRB, AI, UARTag, AlignedSize);
1460 tagAlloca(IRB, AI, Tag, Size);
1467 tagAlloca(IRB, AI, Tag, Size);

Completed in 67 milliseconds