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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1366 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); local
1367 Value *LocalStackBase = OrigStackBase;
1371 ConstantInt::get(IntptrTy, LocalStackSize), OrigStackBase);
1448 OrigStackBase);
1452 assert(LocalStackBase == OrigStackBase);

Completed in 40 milliseconds