LLVM
8.0.1
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
#include "llvm/Support/Memory.h"
#include <cstdint>
#include <string>
#include <system_error>
Go to the source code of this file.
Classes | |
class | llvm::SectionMemoryManager |
This is a simple memory manager which implements the methods called by the RuntimeDyld class to allocate memory for section-based loading of objects, usually those generated by the MCJIT execution engine. More... | |
class | llvm::SectionMemoryManager::MemoryMapper |
Implementations of this interface are used by SectionMemoryManager to request pages from the operating system. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |