Searched defs:CleanupPad (Results 1 - 16 of 16) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DIRBuilder.h773 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
775 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
H A DInstructions.h4277 : FuncletPadInst(Instruction::CleanupPad, ParentPad, Args, Values,
4282 : FuncletPadInst(Instruction::CleanupPad, ParentPad, Args, Values,
4303 return I->getOpcode() == Instruction::CleanupPad;
4442 CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, unsigned Values,
4444 CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, unsigned Values,
4447 void init(Value *CleanupPad, BasicBlock *UnwindBB);
4456 static CleanupReturnInst *Create(Value *CleanupPad, argument
4459 assert(CleanupPad);
4464 CleanupReturnInst(CleanupPad, UnwindBB, Values, InsertBefore);
4467 static CleanupReturnInst *Create(Value *CleanupPad, BasicBloc argument
4487 setCleanupPad(CleanupPadInst *CleanupPad) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DIRBuilder.h773 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
775 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
H A DInstructions.h4277 : FuncletPadInst(Instruction::CleanupPad, ParentPad, Args, Values,
4282 : FuncletPadInst(Instruction::CleanupPad, ParentPad, Args, Values,
4303 return I->getOpcode() == Instruction::CleanupPad;
4442 CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, unsigned Values,
4444 CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, unsigned Values,
4447 void init(Value *CleanupPad, BasicBlock *UnwindBB);
4456 static CleanupReturnInst *Create(Value *CleanupPad, argument
4459 assert(CleanupPad);
4464 CleanupReturnInst(CleanupPad, UnwindBB, Values, InsertBefore);
4467 static CleanupReturnInst *Create(Value *CleanupPad, BasicBloc argument
4487 setCleanupPad(CleanupPadInst *CleanupPad) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DIRBuilder.h832 CleanupReturnInst *CreateCleanupRet(CleanupPadInst *CleanupPad, argument
834 return Insert(CleanupReturnInst::Create(CleanupPad, UnwindBB));

Completed in 512 milliseconds