LLVM 19.0.0git
Namespaces | Macros | Variables
DebuggerSupportPlugin.cpp File Reference
#include "llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h"
#include "llvm/ExecutionEngine/Orc/MachOBuilder.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include <chrono>

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 23 of file DebuggerSupportPlugin.cpp.

Variable Documentation

◆ SynthDebugSectionName

const char* SynthDebugSectionName = "__jitlink_synth_debug_object"
static

Definition at line 29 of file DebuggerSupportPlugin.cpp.