Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
330 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory; member363 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()390 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()407 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, in LLVMCreateSimpleMCJITMemoryManager() argument410 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()417 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
184 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,