/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 331 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 D | OrcV2CBindings.cpp | 88 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 D | RewriteRope.cpp | 101 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 D | DeltaTree.cpp | 118 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 D | destroy.cc | 43 class Destroy: public FuseTest {}; class 135 TEST_F(Destroy, ok) in TEST_F() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 53 t->Destroy(); in TSDDtor() 56 void DFsanThread::Destroy() { in Destroy() function in __dfsan::DFsanThread
|
H A D | dfsan_thread.h | 30 void Destroy();
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 55 t->Destroy(); in TSDDtor() 58 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
|
H A D | msan_thread.h | 25 void Destroy();
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 217 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 D | memprof_thread.cpp | 92 context->thread->Destroy(); in TSDDtor() 95 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
|
H A D | memprof_thread.h | 63 void Destroy();
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | OrcEE.h | 85 LLVMMemoryManagerDestroyCallback Destroy);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 135 void Destroy(); 290 i->Destroy(); in ~DelayedDiagnosticPool()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() function 256 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
|
H A D | StringMap.h | 203 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 D | DelayedDiagnostic.cpp | 59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 123 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 D | SBProcessDocstrings.i | 84 ) lldb::SBProcess::Destroy;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.h | 42 void Destroy();
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 98 V->getValueName()->Destroy(Allocator); in reinsertValue()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 28 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 D | RecordLayout.cpp | 21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy() function in ASTRecordLayout
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadList.h | 83 void Destroy();
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 379 return llvm::any_of(CorrespondingDestroyAddrs, [&](auto *Destroy) { in lifetimeEligibleForElide() argument 380 return DT.dominates(Destroy, TI->getTerminator()); in lifetimeEligibleForElide()
|