Searched refs:FilterOrFinally (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp545 /// imagerel32 FilterOrFinally; // One means catch-all.
629 const MCExpr *FilterOrFinally; local
633 FilterOrFinally = create32bitRef(getMCSymbolForMBB(Asm, Handler));
638 FilterOrFinally = UME.Filter ? create32bitRef(UME.Filter)
649 OS.EmitValue(FilterOrFinally, 4);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp799 Handler.FilterOrFinally = Filter;
808 Handler.FilterOrFinally = Cleanup;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h204 const Function *FilterOrFinally; member in struct:llvm::SEHHandler

Completed in 67 milliseconds