Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
318 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory; member351 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()378 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()395 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, in LLVMCreateSimpleMCJITMemoryManager() argument398 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()405 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
179 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,