Home
last modified time | relevance | path

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

/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack-poisoning.ll20 ; If LocalStackBase != OrigStackBase
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1768 Value *LocalStackBase; in poisonStack() local
1803 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack()
1808 LocalStackBase = in poisonStack()
1826 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in poisonStack()
1834 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack()
1839 IRB.CreateAdd(LocalStackBase, in poisonStack()
1849 IRB.CreateAdd(LocalStackBase, in poisonStack()
1855 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack()
1905 poisonAlloca(LocalStackBase, LocalStackSize, IRBRet, false); in poisonStack()