Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp55 return CodeMem; in allocateSection()
117 if (CodeMem.Near.base() == nullptr) in allocateSection()
118 CodeMem.Near = MB; in allocateSection()
154 ec = applyMemoryGroupPermissions(CodeMem, in finalizeMemory()
229 for (sys::MemoryBlock &Block : CodeMem.PendingMem) in invalidateInstructionCache()
235 for (MemoryGroup *Group : {&CodeMem, &RWDataMem, &RODataMem}) { in ~SectionMemoryManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h185 MemoryGroup CodeMem; variable