Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
318 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member350 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()372 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()395 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument399 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()405 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
179 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,