Home
last modified time | relevance | path

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

/freebsd/contrib/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()
40 uint8_t *SectionMemoryManager::allocateSection( in allocateSection() function in llvm::SectionMemoryManager
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h178 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,