Searched refs:ActualInvokee (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 326 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() argument 330 PointerType *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() 340 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualInvokee, Flags, in CreateGCStatepointInvokeCommon() 347 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument 352 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke() 358 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument 363 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke() 368 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument 372 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 471 Value *ActualInvokee, BasicBlock *NormalDest, 479 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, 490 Value *ActualInvokee, BasicBlock *NormalDest,
|