Searched refs:IncludePhaseOneUnwind (Results 1 – 3 of 3) sorted by relevance
1150 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument1154 return IncludePhaseOneUnwind; in canUnwindPastLandingPad()1171 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow()1187 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()1192 return IncludePhaseOneUnwind; in mayThrow()
833 mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;
358 bool mayThrow(bool IncludePhaseOneUnwind = false) const {359 return cast<llvm::Instruction>(Val)->mayThrow(IncludePhaseOneUnwind);