Searched refs:allocateSection (Results 1 – 4 of 4) sorted by relevance
28 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
39 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
61 sys::MemoryBlock allocateSection(uintptr_t Size);
110 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,