Home | History | Annotate | Download | only in lli

Lines Matching refs:Memory

44 #include "llvm/Support/Memory.h"
83 // memory manager with IPC to execute using this functionality.
202 // Memory manager for MCJIT
301 // Look in the list of free code memory regions and use a block there if one
310 // Store cutted free memory block.
317 // No pre-allocated free block was large enough. Allocate a new memory region.
318 sys::MemoryBlock MB = sys::Memory::AllocateRWX(NeedAllocate, 0, 0);
325 // The AllocateRWX may allocate much more memory than we need. In this case,
326 // we store the unused memory as a free memory block.
337 sys::Memory::InvalidateInstructionCache(AllocatedCodeMem[i].base(),
382 sys::Memory::ReleaseRWX(AllocatedCodeMem[i]);
641 // layout the target memory.