LLVM 17.0.0git
Namespaces | Macros | Variables
DebuggerSupportPlugin.cpp File Reference
#include "llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/BinaryFormat/MachO.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"
 

Variables

static const charSynthDebugSectionName = "__jitlink_synth_debug_object"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc"

Definition at line 19 of file DebuggerSupportPlugin.cpp.

Variable Documentation

◆ SynthDebugSectionName

const char* SynthDebugSectionName = "__jitlink_synth_debug_object"
static

Definition at line 25 of file DebuggerSupportPlugin.cpp.