Searched refs:AllocationPurpose (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 28 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() 43 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size, in allocateSection() 55 case AllocationPurpose::Code: in allocateSection() 57 case AllocationPurpose::ROData: in allocateSection() 59 case AllocationPurpose::RWData: in allocateSection() 243 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 45 enum class AllocationPurpose { enum 75 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes, 179 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
|