Searched refs:hasUnwindDest (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h3888 bool hasUnwindDest() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::InvokeInst::CatchSwitchInst
3889 bool unwindsToCaller() const { return !hasUnwindDest(); }
3891 if (hasUnwindDest())
3897 assert(hasUnwindDest());
3904 if (hasUnwindDest())
3929 if (hasUnwindDest())
3937 if (hasUnwindDest())
4203 bool hasUnwindDest() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::InvokeInst::CleanupReturnInst
4204 bool unwindsToCaller() const { return !hasUnwindDest(); }
4215 unsigned getNumSuccessors() const { return hasUnwindDest()
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1984 if (CRI.hasUnwindDest())
2019 if (CatchSwitch.hasUnwindDest())
/external/llvm/lib/IR/
H A DAsmWriter.cpp2926 if (CRI->hasUnwindDest())
H A DInstructions.cpp779 if (CRI.hasUnwindDest())

Completed in 79 milliseconds