Searched refs:AllocateCodeSection (Results 1 – 2 of 2) sorted by relevance
311 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection; member342 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()359 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()388 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, in LLVMCreateSimpleMCJITMemoryManager() argument393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()398 functions.AllocateCodeSection = AllocateCodeSection; in LLVMCreateSimpleMCJITMemoryManager()
178 LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,