Searched refs:IncludePhaseOneUnwind (Results 1 – 2 of 2) sorted by relevance
983 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument987 return IncludePhaseOneUnwind; in canUnwindPastLandingPad()1004 bool Instruction::mayThrow(bool IncludePhaseOneUnwind) const { in mayThrow()1020 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()1025 return IncludePhaseOneUnwind; in mayThrow()
744 bool mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;