Searched refs:IncludePhaseOneUnwind (Results 1 – 2 of 2) sorted by relevance
1075 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument1079 return IncludePhaseOneUnwind; in canUnwindPastLandingPad()1096 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow()1112 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()1117 return IncludePhaseOneUnwind; in mayThrow()
779 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;