Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
317 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member348 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()365 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()394 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument399 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()404 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,