Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
317 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member349 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()371 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()394 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()404 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
178 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,