Searched refs:AllocationPurpose (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 27 return allocateSection(SectionMemoryManager::AllocationPurpose::ROData, in allocateDataSection() 29 return allocateSection(SectionMemoryManager::AllocationPurpose::RWData, Size, in allocateDataSection() 37 return allocateSection(SectionMemoryManager::AllocationPurpose::Code, Size, in allocateCodeSection() 42 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size, in allocateSection() 54 case AllocationPurpose::Code: in allocateSection() 56 case AllocationPurpose::ROData: in allocateSection() 58 case AllocationPurpose::RWData: in allocateSection() 251 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | SectionMemoryManager.h | 43 enum class AllocationPurpose { enum 73 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes, 177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
|