Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/
H A Dstack-poisoning.ll20 ; If LocalStackBase != OrigStackBase
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1682 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()