Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
315 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member347 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()369 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()392 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument396 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()402 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
179 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,