LLVM 19.0.0git
Namespaces | Functions
RegisterEHFrames.h File Reference
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
#include "llvm/Support/Error.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::orc
 

Functions

Error llvm::orc::registerEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize)
 Register frames in the given eh-frame section with libunwind.
 
Error llvm::orc::deregisterEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize)
 Unregister frames in the given eh-frame section with libunwind.
 
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerEHFrameSectionWrapper (const char *Data, uint64_t Size)
 
llvm::orc::shared::CWrapperFunctionResult llvm_orc_deregisterEHFrameSectionWrapper (const char *Data, uint64_t Size)
 

Function Documentation

◆ llvm_orc_deregisterEHFrameSectionWrapper()

llvm::orc::shared::CWrapperFunctionResult llvm_orc_deregisterEHFrameSectionWrapper ( const char Data,
uint64_t  Size 
)

◆ llvm_orc_registerEHFrameSectionWrapper()

llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerEHFrameSectionWrapper ( const char Data,
uint64_t  Size 
)