Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp819 IRBuilder<> IRBRet(RI); in run() local
820 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3428 IRBuilder<> IRBRet(Ret); in processStaticAllocas() local
3430 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas()
3445 IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy)); in processStaticAllocas()
3474 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()