Home
last modified time | relevance | path

Searched refs:handler_end (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1810 handler_iterator handler_end() { in handler_end() function
1813 const_handler_iterator handler_end() const { in handler_end() function
1817 return make_range(handler_begin(), handler_end()); in handlers()
1820 return make_range(handler_begin(), handler_end()); in handlers()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1771 uint64_t handler_end = round_page(handler->off + handler->size); in passthru_mmio_addr() local
1783 off = handler_end; in passthru_mmio_addr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4210 handler_iterator handler_end() {
4216 const_handler_iterator handler_end() const {
4222 return make_range(handler_begin(), handler_end());
4227 return make_range(handler_begin(), handler_end());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp289 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
H A DLocal.cpp3179 E = CatchSwitch->handler_end(); in markAliveBlocks()
H A DSimplifyCFG.cpp5567 E = CSI->handler_end(); in simplifyUnreachable()