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++ -*-===//
36
/// MCJIT::finalizeObject or by calling
SectionMemoryManager
::finalizeMemory
38
class
SectionMemoryManager
: public RTDyldMemoryManager {
39
SectionMemoryManager
(const
SectionMemoryManager
&) LLVM_DELETED_FUNCTION;
40
void operator=(const
SectionMemoryManager
&) LLVM_DELETED_FUNCTION;
43
SectionMemoryManager
() { }
44
virtual ~
SectionMemoryManager
();
/external/llvm/lib/ExecutionEngine/MCJIT/
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,
30
uint8_t *
SectionMemoryManager
::allocateCodeSection(uintptr_t Size,
36
uint8_t *
SectionMemoryManager
::allocateSection(MemoryGroup &MemGroup,
103
bool
SectionMemoryManager
::finalizeMemory(std::string *ErrMsg)
138
error_code
SectionMemoryManager
::applyMemoryGroupPermissions(MemoryGroup &MemGroup,
153
void
SectionMemoryManager
::invalidateInstructionCache() {
159
SectionMemoryManager
::~
SectionMemoryManager
() {
[
all
...]
Completed in 545 milliseconds