Searched refs:FinalizeMemory (Results 1 – 2 of 2) sorted by relevance
348 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg); member380 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()403 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()424 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg), in LLVMCreateSimpleMCJITMemoryManager()427 if (!AllocateCodeSection || !AllocateDataSection || !FinalizeMemory || in LLVMCreateSimpleMCJITMemoryManager()434 functions.FinalizeMemory = FinalizeMemory; in LLVMCreateSimpleMCJITMemoryManager()
193 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg),