Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
319 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory; member352 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()379 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()396 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, in LLVMCreateSimpleMCJITMemoryManager() argument399 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()406 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
180 LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,