Home
last modified time | relevance | path

Searched defs:addHandler (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1076 void CatchSwitchInst::addHandler(BasicBlock *Dest) { in addHandler() function in llvm::sandboxir::CatchSwitchInst
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c145 static void addHandler(char const* dstFileName) in addHandler() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1132 void CatchSwitchInst::addHandler(BasicBlock *Handler) { in addHandler() function in CatchSwitchInst