Lines Matching defs:Destroy
89 LLVMOrcMaterializationUnitDestroyFunction Destroy)
93 Discard(Discard), Destroy(Destroy) {}
97 Destroy(Ctx);
117 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr;
430 LLVMOrcMaterializationUnitDestroyFunction Destroy) {
439 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy));
1037 LLVMMemoryManagerDestroyCallback Destroy) {
1048 LLVMMemoryManagerDestroyCallback Destroy)
1053 FinalizeMemory(FinalizeMemory), Destroy(Destroy) {}
1062 std::swap(Destroy, Other.Destroy);
1076 LLVMMemoryManagerDestroyCallback Destroy = nullptr;
1086 ~MCJITMemoryManagerLikeCallbacksMemMgr() override { CBs.Destroy(Opaque); }
1126 assert(Destroy && "Destroy must not be null");
1130 AllocateDataSection, FinalizeMemory, Destroy);