Searched refs:OrigStackBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1610 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); local
1611 Value *LocalStackBase = OrigStackBase;
1614 // LocalStackBase = OrigStackBase
1616 // LocalStackBase = __asan_stack_malloc_N(LocalStackBase, OrigStackBase);
1629 ConstantInt::get(IntptrTy, LocalStackSize), OrigStackBase);
1634 Phi->addIncoming(OrigStackBase, CmpBlock);
1693 // if LocalStackBase != OrigStackBase:
1700 // __asan_stack_free_N(LocalStackBase, OrigStackBase)
1703 Value *Cmp = IRBRet.CreateICmpNE(LocalStackBase, OrigStackBase);
1724 OrigStackBase);
[all...]

Completed in 408 milliseconds