Searched refs:LocalStackBase (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | stack-poisoning.ll | 20 ; If LocalStackBase != OrigStackBase
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1900 Value *LocalStackBase; in poisonStack() local 1935 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack() 1940 LocalStackBase = in poisonStack() 1948 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in poisonStack() 1956 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack() 1961 IRB.CreateAdd(LocalStackBase, in poisonStack() 1971 IRB.CreateAdd(LocalStackBase, in poisonStack() 1977 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack() 2028 poisonAlloca(LocalStackBase, LocalStackSize, IRBRet, false); in poisonStack()
|