Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp58 return RWDataMem; in allocateSection()
120 if (RWDataMem.Near.base() == nullptr) in allocateSection()
121 RWDataMem.Near = MB; in allocateSection()
234 for (MemoryGroup *Group : {&CodeMem, &RWDataMem, &RODataMem}) { in ~SectionMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h187 MemoryGroup RWDataMem; variable