HomeSort by relevance Sort by last modified time
    Searched refs:allocateSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 92 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 27 return allocateSection(RODataMem, Size, Alignment);
28 return allocateSection(RWDataMem, Size, Alignment);
35 return allocateSection(CodeMem, Size, Alignment);
38 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,
  /external/llvm/tools/lli/
RemoteMemoryManager.h 61 sys::MemoryBlock allocateSection(uintptr_t Size);
RemoteMemoryManager.cpp 39 sys::MemoryBlock Block = allocateSection(Size);
55 sys::MemoryBlock Block = allocateSection(Size);
63 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) {

Completed in 234 milliseconds