Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
313 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory; member346 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()373 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()390 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, in LLVMCreateSimpleMCJITMemoryManager() argument393 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()400 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
180 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,