HomeSort by relevance Sort by last modified time
    Searched defs:SectionMemoryManager (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
35 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
37 class SectionMemoryManager : public RTDyldMemoryManager {
38 SectionMemoryManager(const SectionMemoryManager&) = delete;
39 void operator=(const SectionMemoryManager&) = delete;
42 SectionMemoryManager() { }
43 ~SectionMemoryManager() override;
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 1 //===- SectionMemoryManager.cpp - Memory manager for MCJIT/RtDyld *- C++ -*-==//
16 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
21 uint8_t *SectionMemoryManager::allocateDataSection(uintptr_t Size,
31 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
38 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,
105 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg)
147 SectionMemoryManager::applyMemoryGroupPermissions(MemoryGroup &MemGroup,
162 void SectionMemoryManager::invalidateInstructionCache() {
168 SectionMemoryManager::~SectionMemoryManager() {
    [all...]

Completed in 1558 milliseconds