LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
#include "llvm/Support/Compiler.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 | |
LLVM_ABI Error | llvm::orc::registerEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize) |
Register frames in the given eh-frame section with libunwind. | |
LLVM_ABI Error | llvm::orc::deregisterEHFrameSection (const void *EHFrameSectionAddr, size_t EHFrameSectionSize) |
Unregister frames in the given eh-frame section with libunwind. | |
LLVM_ABI llvm::orc::shared::CWrapperFunctionResult | llvm_orc_registerEHFrameSectionAllocAction (const char *ArgData, size_t ArgSize) |
LLVM_ABI llvm::orc::shared::CWrapperFunctionResult | llvm_orc_deregisterEHFrameSectionAllocAction (const char *ArgData, size_t ArgSize) |
LLVM_ABI llvm::orc::shared::CWrapperFunctionResult llvm_orc_deregisterEHFrameSectionAllocAction | ( | const char * | ArgData, |
size_t | ArgSize ) |
Definition at line 175 of file RegisterEHFrames.cpp.
References deregisterEHFrameWrapper().
Referenced by llvm::orc::addDefaultBootstrapValuesForHostProcess(), and llvm::orc::linkComponents().
LLVM_ABI llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerEHFrameSectionAllocAction | ( | const char * | ArgData, |
size_t | ArgSize ) |
Definition at line 167 of file RegisterEHFrames.cpp.
References registerEHFrameWrapper().
Referenced by llvm::orc::addDefaultBootstrapValuesForHostProcess(), and llvm::orc::linkComponents().