Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp331 LLVMMemoryManagerDestroyCallback Destroy; member
365 assert(Functions.Destroy && in SimpleBindingMemoryManager()
366 "No Destroy function provided!"); in SimpleBindingMemoryManager()
370 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
408 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
411 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
418 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp88 LLVMOrcMaterializationUnitDestroyFunction Destroy) in OrcCAPIMaterializationUnit() argument
92 Discard(Discard), Destroy(Destroy) {} in OrcCAPIMaterializationUnit()
96 Destroy(Ctx); in ~OrcCAPIMaterializationUnit()
116 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr; member in __anon57dbacd90111::OrcCAPIMaterializationUnit
429 LLVMOrcMaterializationUnitDestroyFunction Destroy) { in LLVMOrcCreateCustomMaterializationUnit() argument
438 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit()
1036 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument
1047 LLVMMemoryManagerDestroyCallback Destroy) in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1052 FinalizeMemory(FinalizeMemory), Destroy(Destroy) {} in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1061 std::swap(Destroy, Other.Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp101 void Destroy();
415 Children[i]->Destroy(); in ~RopePieceBTreeInterior()
608 CurChild->Destroy(); in erase()
620 void RopePieceBTreeNode::Destroy() { in Destroy() function in RopePieceBTreeNode
731 getRoot(Root)->Destroy(); in ~RopePieceBTree()
742 getRoot(Root)->Destroy(); in clear()
H A DDeltaTree.cpp118 void Destroy();
130 Children[i]->Destroy(); in ~DeltaTreeInteriorNode()
161 void DeltaTreeNode::Destroy() { in Destroy() function in DeltaTreeNode
402 getRoot(Root)->Destroy(); in ~DeltaTree()
/freebsd/tests/sys/fs/fusefs/
H A Ddestroy.cc43 class Destroy: public FuseTest {}; class
135 TEST_F(Destroy, ok) in TEST_F() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp53 t->Destroy(); in TSDDtor()
56 void DFsanThread::Destroy() { in Destroy() function in __dfsan::DFsanThread
H A Ddfsan_thread.h30 void Destroy();
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp55 t->Destroy(); in TSDDtor()
58 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
H A Dmsan_thread.h25 void Destroy();
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h217 static void Destroy(SharedPayloadBase* shared) { in Destroy() function
292 Destroy();
306 Destroy();
313 ~MatcherBase() override { Destroy(); } in ~MatcherBase()
389 void Destroy() { in Destroy() function
427 static constexpr auto shared_destroy = &Shared::Destroy;
441 static constexpr auto shared_destroy = &Shared::Destroy;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp92 context->thread->Destroy(); in TSDDtor()
95 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
H A Dmemprof_thread.h63 void Destroy();
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrcEE.h85 LLVMMemoryManagerDestroyCallback Destroy);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h135 void Destroy();
290 i->Destroy(); in ~DelayedDiagnosticPool()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() function
256 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
H A DStringMap.h203 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in ~StringMap()
403 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in clear()
419 V.Destroy(getAllocator()); in erase()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp123 context->thread->Destroy(); in TSDDtor()
126 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread
171 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i84 ) lldb::SBProcess::Destroy;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h42 void Destroy();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp98 V->getValueName()->Destroy(Allocator); in reinsertValue()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h28 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) { in Destroy() function
153 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) { in Destroy() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy() function in ASTRecordLayout
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h83 void Destroy();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp379 return llvm::any_of(CorrespondingDestroyAddrs, [&](auto *Destroy) { in lifetimeEligibleForElide() argument
380 return DT.dominates(Destroy, TI->getTerminator()); in lifetimeEligibleForElide()

1234