Searched refs:LocalStackBase (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1900 Value *LocalStackBase; local 1906 // void *LocalStackBase = (FakeStack) ? FakeStack : alloca(LocalStackSize); 1935 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); 1938 // void *LocalStackBase = alloca(LocalStackSize); 1940 LocalStackBase = 1948 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), 1956 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); 1961 IRB.CreateAdd(LocalStackBase, 1971 IRB.CreateAdd(LocalStackBase, 1977 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IR [all...] |
Completed in 1275 milliseconds