Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
344 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member375 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()392 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()421 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument426 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()431 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
202 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,