Searched refs:UnwindDest (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DIRBuilder.h527 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
535 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
546 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
755 BasicBlock *UnwindDest,
758 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
762 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
765 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
754 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
761 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
H A DInstructions.h4105 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4113 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4120 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4132 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4136 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4140 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4143 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4162 void setUnwindDest(BasicBlock *UnwindDest) { argument
4163 assert(UnwindDest);
4165 setOperand(1, UnwindDest);
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DIRBuilder.h527 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
535 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
546 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
755 BasicBlock *UnwindDest,
758 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
762 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
765 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
754 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
761 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
H A DInstructions.h4105 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4113 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4120 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4132 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4136 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4140 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4143 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4162 void setUnwindDest(BasicBlock *UnwindDest) { argument
4163 assert(UnwindDest);
4165 setOperand(1, UnwindDest);
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DInstructions.h4126 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4134 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4141 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4151 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4155 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4159 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4162 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4181 void setUnwindDest(BasicBlock *UnwindDest) { argument
4182 assert(UnwindDest);
4184 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DInstructions.h4126 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4134 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4141 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4151 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4155 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4159 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4162 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4181 void setUnwindDest(BasicBlock *UnwindDest) { argument
4182 assert(UnwindDest);
4184 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DInstructions.h4126 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4134 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4141 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4151 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4155 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4159 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4162 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4181 void setUnwindDest(BasicBlock *UnwindDest) { argument
4182 assert(UnwindDest);
4184 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DInstructions.h4126 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4134 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4141 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4151 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4155 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4159 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4162 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4181 void setUnwindDest(BasicBlock *UnwindDest) { argument
4182 assert(UnwindDest);
4184 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
H A DIRBuilder.h586 BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs,
594 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
605 BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs,
814 BasicBlock *UnwindDest,
817 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
821 BasicBlock *UnwindDest, ArrayRef<Value *> Args,
824 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args,
813 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args = None, const Twine &Name = �) argument
820 CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> OpBundles, const Twine &Name = �) argument
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DInstructions.h4128 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4136 CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
4143 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
4153 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4157 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4161 static CatchSwitchInst *Create(Value *ParentPad, BasicBlock *UnwindDest, argument
4164 return new CatchSwitchInst(ParentPad, UnwindDest, NumHandlers, NameStr,
4183 void setUnwindDest(BasicBlock *UnwindDest) { argument
4184 assert(UnwindDest);
4186 setOperand(1, UnwindDest);
[all...]

Completed in 271 milliseconds

12