OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RODataMem
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
100
MemoryGroup
RODataMem
;
/external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp
26
return allocateSection(
RODataMem
, Size, Alignment);
119
ec = applyMemoryGroupPermissions(
RODataMem
,
164
for (unsigned i = 0, e =
RODataMem
.AllocatedMem.size(); i != e; ++i)
165
sys::Memory::releaseMappedMemory(
RODataMem
.AllocatedMem[i]);
Completed in 104 milliseconds