LLVM 20.0.0git
|
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) |
llvm::orc::shared::CWrapperFunctionResult llvm_orc_deregisterEHFrameSectionWrapper | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 179 of file RegisterEHFrames.cpp.
References deregisterEHFrameWrapper(), and Size.
Referenced by llvm::orc::rt_bootstrap::addTo(), llvm::orc::linkComponents(), and llvm::orc::SelfExecutorProcessControl::SelfExecutorProcessControl().
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerEHFrameSectionWrapper | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 172 of file RegisterEHFrames.cpp.
References registerEHFrameWrapper(), and Size.
Referenced by llvm::orc::rt_bootstrap::addTo(), llvm::orc::linkComponents(), and llvm::orc::SelfExecutorProcessControl::SelfExecutorProcessControl().