Home
last modified time | relevance | path

Searched refs:CFIFunctionFrameReceiver (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameReceiver.h29 class CFIFunctionFrameReceiver {
31 CFIFunctionFrameReceiver(const CFIFunctionFrameReceiver &) = delete;
32 CFIFunctionFrameReceiver &
33 operator=(const CFIFunctionFrameReceiver &) = delete;
34 virtual ~CFIFunctionFrameReceiver() = default;
36 CFIFunctionFrameReceiver(MCContext &Context) : Context(Context) {} in CFIFunctionFrameReceiver() function
H A DDWARFCFIFunctionFrameAnalyzer.h31 class LLVM_ABI CFIFunctionFrameAnalyzer : public CFIFunctionFrameReceiver {
34 : CFIFunctionFrameReceiver(Context), MCII(MCII) {} in CFIFunctionFrameAnalyzer()
H A DDWARFCFIFunctionFrameStreamer.h37 std::unique_ptr<CFIFunctionFrameReceiver> Receiver) in CFIFunctionFrameStreamer()
86 std::unique_ptr<CFIFunctionFrameReceiver> Receiver;