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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp28 return allocateSection(SectionMemoryManager::AllocationPurpose::ROData, in allocateDataSection()
30 return allocateSection(SectionMemoryManager::AllocationPurpose::RWData, Size, in allocateDataSection()
38 return allocateSection(SectionMemoryManager::AllocationPurpose::Code, Size, in allocateCodeSection()
42 uint8_t *SectionMemoryManager::allocateSection( in allocateSection() function in llvm::SectionMemoryManager
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h110 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h179 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,