Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1490 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); in poisonStack() local
1491 Value *LocalStackBase = OrigStackBase; in poisonStack()
1509 ConstantInt::get(IntptrTy, LocalStackSize), OrigStackBase); in poisonStack()
1513 Phi->addIncoming(OrigStackBase, CmpBlock); in poisonStack()
1596 Value *Cmp = IRBRet.CreateICmpNE(LocalStackBase, OrigStackBase); in poisonStack()
1615 OrigStackBase); in poisonStack()
1620 assert(LocalStackBase == OrigStackBase); in poisonStack()