Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp28 return allocateSection(RODataMem, Size, Alignment); in allocateDataSection()
29 return allocateSection(RWDataMem, Size, Alignment); in allocateDataSection()
36 return allocateSection(CodeMem, Size, Alignment); in allocateCodeSection()
39 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup, in allocateSection() function in llvm::SectionMemoryManager
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp39 sys::MemoryBlock Block = allocateSection(Size); in allocateCodeSection()
55 sys::MemoryBlock Block = allocateSection(Size); in allocateDataSection()
63 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { in allocateSection() function in RemoteMemoryManager
DRemoteMemoryManager.h61 sys::MemoryBlock allocateSection(uintptr_t Size);
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h110 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,