Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp817 IRBuilder<> IRBRet(RI); in run() local
818 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3621 IRBuilder<> IRBRet(Ret); in processStaticAllocas() local
3623 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas()
3638 IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy)); in processStaticAllocas()
3667 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()