LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h"
#include "llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h"
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.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 |
Macros | |
#define | DEBUG_TYPE "orc" |
Functions | |
static orc::shared::CWrapperFunctionResult | llvm_orc_rt_alt_UnwindInfoManager_register (const char *ArgData, size_t ArgSize) |
static orc::shared::CWrapperFunctionResult | llvm_orc_rt_alt_UnwindInfoManager_deregister (const char *ArgData, size_t ArgSize) |
Variables | |
static const char * | llvm::orc::AddFnName |
static const char * | llvm::orc::RemoveFnName |
static std::unique_ptr< UnwindInfoManager > | llvm::orc::Instance |
static int(* | llvm::orc::RemoveFindDynamicUnwindSections )(void *) = nullptr |
#define DEBUG_TYPE "orc" |
Definition at line 17 of file UnwindInfoManager.cpp.
|
static |
Definition at line 41 of file UnwindInfoManager.cpp.
References llvm::orc::UnwindInfoManager::deregisterSections(), and llvm::release.
Referenced by llvm::orc::UnwindInfoManager::addBootstrapSymbols().
|
static |
Definition at line 24 of file UnwindInfoManager.cpp.
References llvm::orc::UnwindInfoManager::registerSections(), and llvm::release.
Referenced by llvm::orc::UnwindInfoManager::addBootstrapSymbols().