Lines Matching defs:Destroy
88 LLVMOrcMaterializationUnitDestroyFunction Destroy)
92 Discard(Discard), Destroy(Destroy) {}
96 Destroy(Ctx);
116 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr;
429 LLVMOrcMaterializationUnitDestroyFunction Destroy) {
438 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy));
1036 LLVMMemoryManagerDestroyCallback Destroy) {
1047 LLVMMemoryManagerDestroyCallback Destroy)
1052 FinalizeMemory(FinalizeMemory), Destroy(Destroy) {}
1061 std::swap(Destroy, Other.Destroy);
1075 LLVMMemoryManagerDestroyCallback Destroy = nullptr;
1085 ~MCJITMemoryManagerLikeCallbacksMemMgr() override { CBs.Destroy(Opaque); }
1125 assert(Destroy && "Destroy must not be null");
1129 AllocateDataSection, FinalizeMemory, Destroy);