Home
last modified time | relevance | path

Searched refs:CatchSwitchAddHandler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp224 CatchSwitchAddHandler::CatchSwitchAddHandler(CatchSwitchInst *CSI) in CatchSwitchAddHandler() function in CatchSwitchAddHandler
227 void CatchSwitchAddHandler::revert(Tracker &Tracker) { in revert()
H A DInstruction.cpp1077 Ctx.getTracker().emplaceIfTracking<CatchSwitchAddHandler>(this); in addHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h332 class LLVM_ABI CatchSwitchAddHandler : public IRChangeBase {
337 CatchSwitchAddHandler(CatchSwitchInst *CSI);
H A DValue.h146 friend class CatchSwitchAddHandler; // For `Val`. variable