Searched refs:IRBRet (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 833 IRBuilder<> IRBRet(RI); in run() local 834 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3702 IRBuilder<> IRBRet(Ret); in processStaticAllocas() local 3704 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas() 3719 IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy)); in processStaticAllocas() 3748 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()
|