Searched refs:allocateSection (Results 1 – 2 of 2) sorted by relevance
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()41 uint8_t *SectionMemoryManager::allocateSection( in allocateSection() function in llvm::SectionMemoryManager
177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,