Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp59 return RWDataMem; in allocateSection()
121 if (RWDataMem.Near.base() == nullptr) in allocateSection()
122 RWDataMem.Near = MB; in allocateSection()
235 for (MemoryGroup *Group : {&CodeMem, &RWDataMem, &RODataMem}) { in ~SectionMemoryManager()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h186 MemoryGroup RWDataMem; variable