Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
316 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member347 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()364 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()393 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()403 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
177 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,