Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp330 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 DOrcV2CBindings.cpp89 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 DRewriteRope.cpp100 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 DDeltaTree.cpp116 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 Ddfsan_thread.cpp48 t->Destroy(); in TSDDtor()
51 void DFsanThread::Destroy() { in Destroy() function in DFsanThread
H A Ddfsan_thread.h30 void Destroy();
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp50 t->Destroy(); in TSDDtor()
53 void MsanThread::Destroy() { in Destroy() function in MsanThread
H A Dmsan_thread.h25 void Destroy();
/freebsd/tests/sys/fs/fusefs/
H A Ddestroy.cc46 class Destroy: public FuseTest {}; class
216 TEST_F(Destroy, ok) in TEST_F() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp58 t->Destroy(); in TSDDtor()
61 void NsanThread::Destroy() { in Destroy() function in NsanThread
H A Dnsan_thread.h22 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/asan/
H A Dasan_thread.h73 void Destroy();
108 t->Destroy(tid); in DeleteFakeStack()
H A Dasan_thread.cpp121 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 Dmemprof_thread.cpp89 context->thread->Destroy(); in TSDDtor()
92 void MemprofThread::Destroy() { in Destroy() function in __memprof::MemprofThread
H A Dmemprof_thread.h57 void Destroy();
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrcEE.h86 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.h204 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 DDelayedDiagnostic.cpp59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic
/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/clang/lib/AST/
H A DRecordLayout.cpp21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy() function in ASTRecordLayout

1234