Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
328 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member360 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()382 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()405 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()415 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
183 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,