LLVM
15.0.0git
|
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::orc | |
Functions | |
Error | llvm::orc::registerEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize) |
Register frames in the given eh-frame section with libunwind. More... | |
Error | llvm::orc::deregisterEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize) |
Unregister frames in the given eh-frame section with libunwind. More... | |
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) |
llvm::orc::shared::CWrapperFunctionResult llvm_orc_deregisterEHFrameSectionWrapper | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 179 of file RegisterEHFrames.cpp.
References llvm::Data, deregisterEHFrameWrapper(), and handle.
Referenced by llvm::orc::rt_bootstrap::addTo().
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerEHFrameSectionWrapper | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 172 of file RegisterEHFrames.cpp.
References llvm::Data, handle, and registerEHFrameWrapper().
Referenced by llvm::orc::rt_bootstrap::addTo().