Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
329 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory; member362 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()389 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()406 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, in LLVMCreateSimpleMCJITMemoryManager() argument409 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()416 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
184 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,