Searched defs:LocalStackBase (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1768 Value *LocalStackBase; local 1774 // void *LocalStackBase = (FakeStack) ? FakeStack : alloca(LocalStackSize); 1803 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); 1806 // void *LocalStackBase = alloca(LocalStackSize); 1808 LocalStackBase = 1826 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), 1834 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); 1839 IRB.CreateAdd(LocalStackBase, 1849 IRB.CreateAdd(LocalStackBase, 1855 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IR [all...] |
Completed in 24 milliseconds