Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp400 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites() local
401 Builder.CreateCall(FuncCtxFn, FuncCtxArg); in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp974 Value *FuncCtxArg = CastInst::Create(Instruction::BitCast, FuncCtx, in setupEntryBlockAndCallSites() local
977 CallInst::Create(FuncCtxFn, FuncCtxArg, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()