Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
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
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,