|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h"#include "llvm/ExecutionEngine/Orc/MachOBuilder.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 char * | SynthDebugSectionName = "__jitlink_synth_debug_object" |
| #define DEBUG_TYPE "orc" |
Definition at line 22 of file DebuggerSupportPlugin.cpp.
Definition at line 28 of file DebuggerSupportPlugin.cpp.