Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
312 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member344 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()366 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()389 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()399 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
179 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,