Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1406 uint64_t handler_end = round_page(handler->off + handler->size); in passthru_mmio_addr() local
1418 off = handler_end; in passthru_mmio_addr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4058 handler_iterator handler_end() {
4064 const_handler_iterator handler_end() const {
4070 return make_range(handler_begin(), handler_end());
4075 return make_range(handler_begin(), handler_end());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp271 HE = CatchSwitch->handler_end(); in getUnwindDestTokenHelper()
H A DLocal.cpp3138 E = CatchSwitch->handler_end(); in markAliveBlocks()
H A DSimplifyCFG.cpp5418 E = CSI->handler_end(); in simplifyUnreachable()