Searched refs:allocateSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp27 return allocateSection(RODataMem, Size, Alignment);
28 return allocateSection(RWDataMem, Size, Alignment);
35 return allocateSection(CodeMem, Size, Alignment);
38 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup, function in class:llvm::SectionMemoryManager
/freebsd-10.2-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h94 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
/freebsd-10.2-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.h62 sys::MemoryBlock allocateSection(uintptr_t Size);
H A DRemoteMemoryManager.cpp38 sys::MemoryBlock Block = allocateSection(Size);
54 sys::MemoryBlock Block = allocateSection(Size);
62 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { function in class:RemoteMemoryManager

Completed in 172 milliseconds