| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 330 LLVMMemoryManagerDestroyCallback Destroy; member 364 assert(Functions.Destroy && in SimpleBindingMemoryManager() 369 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 407 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument 410 !Destroy) in LLVMCreateSimpleMCJITMemoryManager() 417 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 89 LLVMOrcMaterializationUnitDestroyFunction Destroy) in OrcCAPIMaterializationUnit() argument 93 Discard(Discard), Destroy(Destroy) {} in OrcCAPIMaterializationUnit() 97 Destroy(Ctx); in ~OrcCAPIMaterializationUnit() 117 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr; member in __anon57dbacd90111::OrcCAPIMaterializationUnit 430 LLVMOrcMaterializationUnitDestroyFunction Destroy) { in LLVMOrcCreateCustomMaterializationUnit() argument 439 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit() 1038 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1049 LLVMMemoryManagerDestroyCallback Destroy) in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1054 FinalizeMemory(FinalizeMemory), Destroy(Destroy) {} in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() 1063 std::swap(Destroy, Other.Destroy); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RewriteRope.cpp | 100 void Destroy(); 413 Children[i]->Destroy(); in ~RopePieceBTreeInterior() 604 CurChild->Destroy(); in erase() 616 void RopePieceBTreeNode::Destroy() { in Destroy() function in RopePieceBTreeNode 725 RopePieceBTree::~RopePieceBTree() { getRoot(Root)->Destroy(); } in ~RopePieceBTree() 733 getRoot(Root)->Destroy(); in clear()
|
| H A D | DeltaTree.cpp | 116 void Destroy(); 128 Children[i]->Destroy(); in ~DeltaTreeInteriorNode() 160 void DeltaTreeNode::Destroy() { in Destroy() function in DeltaTreeNode 397 DeltaTree::~DeltaTree() { getRoot(Root)->Destroy(); } in ~DeltaTree()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 48 t->Destroy(); in TSDDtor() 51 void DFsanThread::Destroy() { in Destroy() function in DFsanThread
|
| H A D | dfsan_thread.h | 30 void Destroy();
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 50 t->Destroy(); in TSDDtor() 53 void MsanThread::Destroy() { in Destroy() function in MsanThread
|
| H A D | msan_thread.h | 25 void Destroy();
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | destroy.cc | 46 class Destroy: public FuseTest {}; class 216 TEST_F(Destroy, ok) in TEST_F() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.cpp | 58 t->Destroy(); in TSDDtor() 61 void NsanThread::Destroy() { in Destroy() function in NsanThread
|
| H A D | nsan_thread.h | 22 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/asan/ |
| H A D | asan_thread.h | 73 void Destroy(); 108 t->Destroy(tid); in DeleteFakeStack()
|
| H A D | asan_thread.cpp | 121 context->thread->Destroy(); in TSDDtor() 124 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread 169 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 89 context->thread->Destroy(); in TSDDtor() 92 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
|
| H A D | memprof_thread.h | 57 void Destroy();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | OrcEE.h | 86 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 | 204 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in ~StringMap() 404 static_cast<MapEntryTy *>(Bucket)->Destroy(getAllocator()); in clear() 420 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/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/clang/lib/AST/ |
| H A D | RecordLayout.cpp | 21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy() function in ASTRecordLayout
|