Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
327 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member358 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()375 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()404 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()414 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,