Searched refs:AllocateDataSection (Results 1 – 2 of 2) sorted by relevance
345 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection; member377 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()399 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()422 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, in LLVMCreateSimpleMCJITMemoryManager() argument426 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()432 functions.AllocateDataSection = AllocateDataSection; in LLVMCreateSimpleMCJITMemoryManager()
203 LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,