Home
last modified time | relevance | path

Searched refs:IncludePhaseOneUnwind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1150 bool IncludePhaseOneUnwind) { in canUnwindPastLandingPad() argument
1154 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h833 mayThrow(bool IncludePhaseOneUnwind = false) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h358 bool mayThrow(bool IncludePhaseOneUnwind = false) const {
359 return cast<llvm::Instruction>(Val)->mayThrow(IncludePhaseOneUnwind);