Searched defs:ParentPad (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstrTypes.h1140 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1144 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1147 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1173 void setParentPad(Value *ParentPad) { argument
1174 assert(ParentPad);
1175 Op<-1>() = ParentPad;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DInstrTypes.h1104 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1107 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1111 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1136 void setParentPad(Value *ParentPad) { argument
1137 assert(ParentPad);
1138 Op<-1>() = ParentPad;
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,
4171 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4289 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DInstrTypes.h1104 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1107 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1111 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1136 void setParentPad(Value *ParentPad) { argument
1137 assert(ParentPad);
1138 Op<-1>() = ParentPad;
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,
4171 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4289 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DInstrTypes.h1140 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1144 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1147 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1173 void setParentPad(Value *ParentPad) { argument
1174 assert(ParentPad);
1175 Op<-1>() = ParentPad;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DInstrTypes.h1104 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1107 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1111 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1136 void setParentPad(Value *ParentPad) { argument
1137 assert(ParentPad);
1138 Op<-1>() = ParentPad;
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,
4171 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4289 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DInstrTypes.h1104 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1107 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1111 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1136 void setParentPad(Value *ParentPad) { argument
1137 assert(ParentPad);
1138 Op<-1>() = ParentPad;
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,
4171 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4289 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;
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,
4173 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); } argument
4290 explicit CleanupPadInst(Value *ParentPad, ArrayRe
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DInstrTypes.h1097 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1100 explicit FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad,
1104 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
1129 void setParentPad(Value *ParentPad) { argument
1130 assert(ParentPad);
1131 Op<-1>() = ParentPad;

Completed in 272 milliseconds

12