Searched refs:LocalStackBase (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | stack-poisoning.ll | 20 ; If LocalStackBase != OrigStackBase
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | stack-poisoning.ll | 28 ; If LocalStackBase != OrigStackBase
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2102 Value *LocalStackBase; in poisonStack() local 2137 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack() 2142 LocalStackBase = in poisonStack() 2150 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in poisonStack() 2158 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack() 2163 IRB.CreateAdd(LocalStackBase, in poisonStack() 2173 IRB.CreateAdd(LocalStackBase, in poisonStack() 2179 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in poisonStack() 2186 poisonAlloca(LocalStackBase, LocalStackSize, IRB, false); in poisonStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2922 Value *LocalStackBase; in processStaticAllocas() local 2962 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas() 2964 IRB.CreateStore(LocalStackBase, LocalStackBaseAlloca); in processStaticAllocas() 2970 LocalStackBase = in processStaticAllocas() 2972 LocalStackBaseAlloca = LocalStackBase; in processStaticAllocas() 2982 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in processStaticAllocas() 2989 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas() 2994 IRB.CreateAdd(LocalStackBase, in processStaticAllocas() 3004 IRB.CreateAdd(LocalStackBase, in processStaticAllocas() 3012 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
|