|
LLVM 22.0.0git
|
#include "llvm-c/ExecutionEngine.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ExecutionEngine/JITEventListener.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Mutex.h"#include <mutex>Go to the source code of this file.
Classes | |
| struct | jit_code_entry |
| struct | jit_descriptor |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
| enum | jit_actions_t { JIT_NOACTION = 0 , JIT_REGISTER_FN , JIT_UNREGISTER_FN } |
Functions | |
| void | __jit_debug_register_code () |
| LLVMJITEventListenerRef | LLVMCreateGDBRegistrationListener (void) |
Variables | |
| struct jit_descriptor | __jit_debug_descriptor |
| enum jit_actions_t |
| Enumerator | |
|---|---|
| JIT_NOACTION | |
| JIT_REGISTER_FN | |
| JIT_UNREGISTER_FN | |
Definition at line 24 of file GDBRegistrationListener.cpp.
| void __jit_debug_register_code | ( | ) |
Definition at line 33 of file JITLoaderGDB.cpp.
Referenced by llvm_orc_registerJITLoaderGDBAllocAction(), and llvm_orc_registerJITLoaderGDBWrapper().
|
extern |
Definition at line 27 of file JITLoaderGDB.cpp.
Referenced by appendJITDebugDescriptor().