LLVM 19.0.0git
Public Member Functions | List of all members
llvm::jitlink::EHFrameNullTerminator Class Reference

Add a 32-bit null-terminator to the end of the eh-frame section. More...

#include "ExecutionEngine/JITLink/EHFrameSupportImpl.h"

Public Member Functions

 EHFrameNullTerminator (StringRef EHFrameSectionName)
 
Error operator() (LinkGraph &G)
 

Detailed Description

Add a 32-bit null-terminator to the end of the eh-frame section.

Definition at line 118 of file EHFrameSupportImpl.h.

Constructor & Destructor Documentation

◆ EHFrameNullTerminator()

llvm::jitlink::EHFrameNullTerminator::EHFrameNullTerminator ( StringRef  EHFrameSectionName)

Definition at line 624 of file EHFrameSupport.cpp.

Member Function Documentation

◆ operator()()

Error llvm::jitlink::EHFrameNullTerminator::operator() ( LinkGraph G)

Definition at line 627 of file EHFrameSupport.cpp.

References llvm::dbgs(), G, LLVM_DEBUG, and llvm::Error::success().


The documentation for this class was generated from the following files: