Searched refs:tagAlloca (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 309 void tagAlloca(AllocaInst *AI, Instruction *InsertBefore, Value *Ptr, 430 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca() function in AArch64StackTagging 663 tagAlloca(AI, Start->getNextNode(), Start->getArgOperand(1), Size); in runOnFunction() 693 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 293 void tagAlloca(AllocaInst *AI, Instruction *InsertBefore, Value *Ptr, 407 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca() function in AArch64StackTagging 639 tagAlloca(AI, Start->getNextNode(), Start->getArgOperand(1), Size); in runOnFunction() 669 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 220 bool tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, Value *Tag, size_t Size); 771 bool HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, in tagAlloca() function in HWAddressSanitizer 1053 tagAlloca(IRB, AI, Tag, Size); in instrumentStack() 1060 tagAlloca(IRB, AI, Tag, alignTo(Size, Mapping.getObjectAlignment())); in instrumentStack()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 226 bool tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, Value *Tag, size_t Size); 878 bool HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, in tagAlloca() function in HWAddressSanitizer 1160 tagAlloca(IRB, AI, Tag, Size); in instrumentStack() 1167 tagAlloca(IRB, AI, Tag, alignTo(Size, Mapping.getObjectAlignment())); in instrumentStack()
|