Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DExecutableFileMemoryManager.h25 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 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()
41 uint8_t *SectionMemoryManager::allocateSection( in allocateSection() function in llvm::SectionMemoryManager
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp23 uint8_t *ExecutableFileMemoryManager::allocateSection(intptr_t Size, in allocateSection() function in llvm::bolt::ExecutableFileMemoryManager