Searched refs:allocateSection (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | ExecutableFileMemoryManager.h | 25 uint8_t *allocateSection(intptr_t Size, unsigned Alignment, 48 return allocateSection(Size, Alignment, SectionID, SectionName, in allocateCodeSection() 55 return allocateSection(Size, Alignment, SectionID, SectionName, in allocateDataSection()
|
| /llvm-project-15.0.7/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() 41 uint8_t *SectionMemoryManager::allocateSection( in allocateSection() function in llvm::SectionMemoryManager
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | ExecutableFileMemoryManager.cpp | 23 uint8_t *ExecutableFileMemoryManager::allocateSection(intptr_t Size, in allocateSection() function in llvm::bolt::ExecutableFileMemoryManager
|