LLVM 19.0.0git
Classes | Namespaces | Functions
EPCDebugObjectRegistrar.h File Reference
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Memory.h"
#include <cstdint>
#include <memory>

Go to the source code of this file.

Classes

class  llvm::orc::DebugObjectRegistrar
 Abstract interface for registering debug objects in the executor process. More...
 
class  llvm::orc::EPCDebugObjectRegistrar
 Use ExecutorProcessControl to register debug objects locally or in a remote executor process. More...
 

Namespaces

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

Functions

Expected< std::unique_ptr< EPCDebugObjectRegistrar > > llvm::orc::createJITLoaderGDBRegistrar (ExecutionSession &ES, std::optional< ExecutorAddr > RegistrationFunctionDylib=std::nullopt)
 Create a ExecutorProcessControl-based DebugObjectRegistrar that emits debug objects to the GDB JIT interface.