Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:SectionMemoryManager

1 //===- SectionMemoryManager.cpp - Memory manager for MCJIT/RtDyld *- C++ -*-==//
16 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
22 uint8_t *SectionMemoryManager::allocateDataSection(uintptr_t Size,
32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
39 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,
125 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg)
181 SectionMemoryManager::applyMemoryGroupPermissions(MemoryGroup &MemGroup,
206 void SectionMemoryManager::invalidateInstructionCache() {
211 SectionMemoryManager::~SectionMemoryManager() {