Searched refs:LocalStackBase (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | stack-poisoning.ll | 20 ; If LocalStackBase != OrigStackBase
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1682 Value *LocalStackBase; in poisonStack() local 1717 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack() 1722 LocalStackBase = in poisonStack() 1740 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in poisonStack() 1748 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack() 1753 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, ASan.LongSize/8)), in poisonStack() 1763 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, in poisonStack() 1769 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack() 1819 poisonAlloca(LocalStackBase, LocalStackSize, IRBRet, false); in poisonStack()
|