Searched refs:AllocationPurpose (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 26 return allocateSection(SectionMemoryManager::AllocationPurpose::ROData, in allocateDataSection() 28 return allocateSection(SectionMemoryManager::AllocationPurpose::RWData, Size, in allocateDataSection() 36 return allocateSection(SectionMemoryManager::AllocationPurpose::Code, Size, in allocateCodeSection() 41 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size, in allocateSection() 53 case AllocationPurpose::Code: in allocateSection() 55 case AllocationPurpose::ROData: in allocateSection() 57 case AllocationPurpose::RWData: in allocateSection() 250 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 44 enum class AllocationPurpose { enum 74 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes, 178 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
|