HomeSort by: relevance | last modified time | path
    Searched defs:allocateSection (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 27 return allocateSection(SectionMemoryManager::AllocationPurpose::ROData,
29 return allocateSection(SectionMemoryManager::AllocationPurpose::RWData, Size,
37 return allocateSection(SectionMemoryManager::AllocationPurpose::Code, Size,
41 uint8_t *SectionMemoryManager::allocateSection(

Completed in 14 milliseconds