| LLDB mainline
    | 
#include <atomic>#include <memory>#include <string>#include <vector>#include "llvm/ExecutionEngine/SectionMemoryManager.h"#include "llvm/IR/Module.h"#include "lldb/Core/ModuleList.h"#include "lldb/Expression/IRMemoryMap.h"#include "lldb/Expression/ObjectFileJIT.h"#include "lldb/Symbol/SymbolContext.h"#include "lldb/Utility/DataBufferHeap.h"#include "lldb/lldb-forward.h"#include "lldb/lldb-private.h"Go to the source code of this file.
| Classes | |
| class | lldb_private::IRExecutionUnit | 
| "lldb/Expression/IRExecutionUnit.h" Contains the IR and, optionally, JIT- compiled code for a module.  More... | |
| struct | lldb_private::IRExecutionUnit::JittedEntity | 
| class | lldb_private::IRExecutionUnit::JittedFunction | 
| "lldb/Expression/IRExecutionUnit.h" Encapsulates a single function that has been generated by the JIT.  More... | |
| struct | lldb_private::IRExecutionUnit::JittedGlobalVariable | 
| class | lldb_private::IRExecutionUnit::MemoryManager | 
| struct | lldb_private::IRExecutionUnit::AllocationRecord | 
| Encapsulates a single allocation request made by the JIT.  More... | |
| Namespaces | |
| namespace | llvm | 
| namespace | lldb_private | 
| A class that represents a running process on the host machine. | |