Searched refs:ResumeInst (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstructions.h4032 // ResumeInst Class
4038 class ResumeInst : public TerminatorInst { class in namespace:llvm
4039 ResumeInst(const ResumeInst &RI);
4041 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4042 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4048 ResumeInst *cloneImpl() const;
4051 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4052 return new(1) ResumeInst(Exn, InsertBefore);
4055 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DInstructions.h4047 // ResumeInst Class
4053 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4054 ResumeInst(const ResumeInst &RI);
4056 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4057 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4063 ResumeInst *cloneImpl() const;
4066 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4067 return new(1) ResumeInst(Exn, InsertBefore);
4070 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DInstructions.h4047 // ResumeInst Class
4053 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4054 ResumeInst(const ResumeInst &RI);
4056 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4057 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4063 ResumeInst *cloneImpl() const;
4066 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4067 return new(1) ResumeInst(Exn, InsertBefore);
4070 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstructions.h4032 // ResumeInst Class
4038 class ResumeInst : public TerminatorInst { class in namespace:llvm
4039 ResumeInst(const ResumeInst &RI);
4041 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4042 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4048 ResumeInst *cloneImpl() const;
4051 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4052 return new(1) ResumeInst(Exn, InsertBefore);
4055 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DInstructions.h4047 // ResumeInst Class
4053 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4054 ResumeInst(const ResumeInst &RI);
4056 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4057 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4063 ResumeInst *cloneImpl() const;
4066 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4067 return new(1) ResumeInst(Exn, InsertBefore);
4070 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DInstructions.h4047 // ResumeInst Class
4053 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4054 ResumeInst(const ResumeInst &RI);
4056 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4057 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4063 ResumeInst *cloneImpl() const;
4066 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4067 return new(1) ResumeInst(Exn, InsertBefore);
4070 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
H A DInstVisitor.h173 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);}
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DInstructions.h4049 // ResumeInst Class
4055 class ResumeInst : public TerminatorInst { class in class:llvm::ShuffleVectorInst
4056 ResumeInst(const ResumeInst &RI);
4058 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr);
4059 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd);
4065 ResumeInst *cloneImpl() const;
4068 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) {
4069 return new(1) ResumeInst(Exn, InsertBefore);
4072 static ResumeInst *Creat
[all...]

Completed in 261 milliseconds

123