LLVM
16.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h"
#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h"
#include "llvm/Support/BinaryStreamWriter.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::orc | |
Functions | |
Expected< std::unique_ptr< EPCDebugObjectRegistrar > > | llvm::orc::createJITLoaderGDBRegistrar (ExecutionSession &ES) |
Create a ExecutorProcessControl-based DebugObjectRegistrar that emits debug objects to the GDB JIT interface. More... | |