Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
328 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member359 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()405 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()415 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
182 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,