Home
last modified time | relevance | path

Searched refs:RODataMem (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp26 return allocateSection(RODataMem, Size, Alignment); in allocateDataSection()
119 ec = applyMemoryGroupPermissions(RODataMem, in finalizeMemory()
164 for (unsigned i = 0, e = RODataMem.AllocatedMem.size(); i != e; ++i) in ~SectionMemoryManager()
165 sys::Memory::releaseMappedMemory(RODataMem.AllocatedMem[i]); in ~SectionMemoryManager()
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h100 MemoryGroup RODataMem; variable