Home
last modified time | relevance | path

Searched defs:NumReservedValues (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp270 ReservedSpace = NumReservedValues; in init() argument
233 LandingPadInst(Type * RetTy,unsigned NumReservedValues,const Twine & NameStr,Instruction * InsertBefore) LandingPadInst() argument
239 LandingPadInst(Type * RetTy,unsigned NumReservedValues,const Twine & NameStr,BasicBlock * InsertAtEnd) LandingPadInst() argument
1084 CatchSwitchInst(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues,const Twine & NameStr,Instruction * InsertBefore) CatchSwitchInst() argument
1096 CatchSwitchInst(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues,const Twine & NameStr,BasicBlock * InsertAtEnd) CatchSwitchInst() argument
1118 init(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues) init() argument
[all...]