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

  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 37 return allocateSection(RODataMem, Size, Alignment);
38 return allocateSection(RWDataMem, Size, Alignment);
44 return allocateSection(CodeMem, Size, Alignment);
47 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 35 sys::MemoryBlock Block = allocateSection(Size);
47 sys::MemoryBlock Block = allocateSection(Size);
52 sys::MemoryBlock RecordingMemoryManager::allocateSection(uintptr_t Size) {

Completed in 1222 milliseconds