OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
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)
184
SectionMemoryManager
::applyMemoryGroupPermissions(MemoryGroup &MemGroup,
209
void
SectionMemoryManager
::invalidateInstructionCache() {
214
SectionMemoryManager
::~
SectionMemoryManager
() {
[
all
...]
Completed in 658 milliseconds