Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp27 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 DSectionMemoryManager.h43 enum class AllocationPurpose { enum
73 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,