Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2102 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3073 Value *LocalStackBase; in processStaticAllocas() local
3109 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()
3110 IRB.CreateStore(LocalStackBase, LocalStackBaseAlloca); in processStaticAllocas()
3116 LocalStackBase = in processStaticAllocas()
3118 LocalStackBaseAlloca = LocalStackBase; in processStaticAllocas()
3127 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in processStaticAllocas()
3134 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas()
3139 IRB.CreateAdd(LocalStackBase, in processStaticAllocas()
3149 IRB.CreateAdd(LocalStackBase, in processStaticAllocas()
3157 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3215 Value *LocalStackBase; in processStaticAllocas() local
3262 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()
3263 IRB.CreateStore(LocalStackBase, LocalStackBaseAlloca); in processStaticAllocas()
3269 LocalStackBase = in processStaticAllocas()
3271 LocalStackBaseAlloca = LocalStackBase; in processStaticAllocas()
3290 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)), in processStaticAllocas()
3297 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in processStaticAllocas()
3302 IRB.CreateAdd(LocalStackBase, in processStaticAllocas()
3312 IRB.CreateAdd(LocalStackBase, in processStaticAllocas()
3320 Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB); in processStaticAllocas()
/aosp_15_r20/external/llvm/test/Instrumentation/AddressSanitizer/
H A Dstack-poisoning.ll20 ; If LocalStackBase != OrigStackBase