Home
last modified time | relevance | path

Searched refs:AllocationPurpose (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp26 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()
60 llvm_unreachable("Unknown SectionMemoryManager::AllocationPurpose"); in allocateSection()
250 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose,
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h43 enum class AllocationPurpose { enum
73 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,