Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSafeStack.cpp822 IRBuilder<> IRBRet(RI); in run() local
823 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3439 IRBuilder<> IRBRet(Ret); in processStaticAllocas() local
3441 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas()
3456 IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy)); in processStaticAllocas()
3485 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()