Searched refs:Destroy (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp53 t->Destroy();
56 void MsanThread::Destroy() { function in class:__msan::MsanThread
H A Dmsan_thread.h25 void Destroy();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp59 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h57 Cache->Destroy(&Primary, &Stats);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp319 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon1869::SimpleBindingMMFunctions
353 assert(Functions.Destroy &&
354 "No Destroy function provided!");
358 Functions.Destroy(Opaque);
396 LLVMMemoryManagerDestroyCallback Destroy) {
399 !Destroy)
406 functions.Destroy = Destroy;
391 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp101 void Destroy();
415 Children[i]->Destroy();
608 CurChild->Destroy();
620 void RopePieceBTreeNode::Destroy() {
731 getRoot(Root)->Destroy();
742 getRoot(Root)->Destroy();
H A DDeltaTree.cpp118 void Destroy();
130 Children[i]->Destroy();
160 /// Destroy - A 'virtual' destructor.
161 void DeltaTreeNode::Destroy() {
402 getRoot(Root)->Destroy();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h67 void Destroy();
102 t->Destroy(tid);
H A Dasan_fake_stack.h67 void Destroy(int tid);
H A Dasan_thread.cpp96 context->thread->Destroy();
99 void AsanThread::Destroy() { function in class:__asan::AsanThread
135 current_fake_stack->Destroy(this->tid());
265 // the thread's memory as non-live from the moment we call Destroy(), even
267 // cleaned up by a user-defined TSD destructor. Thus, calling Destroy() before
270 this->Destroy();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp86 V->getValueName()->Destroy();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h28 void Destroy();
H A Dhwasan_thread.cpp85 void Thread::Destroy() { function in class:__hwasan::Thread
H A Dhwasan_thread_list.h147 t->Destroy();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h108 S->Destroy();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { function in class:ASTRecordLayout
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h220 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
223 void Destroy(AllocatorTy &Allocator) { function in class:llvm::final
230 /// Destroy this object, releasing memory back to the malloc allocator.
231 void Destroy() { function in class:llvm::final
233 Destroy(A);
319 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
458 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
476 V.Destroy(Allocator);
H A DScopedHashTable.h76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { function in class:llvm::ScopedHashTableVal
257 ThisEntry->Destroy(HT.getAllocator());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i210 track and monitor process.") Destroy;
212 Destroy ();
220 %feature("docstring", "Same as Destroy(self).") Destroy;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h82 void Destroy();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h180 LLVMMemoryManagerDestroyCallback Destroy);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h138 void Destroy();
293 i->Destroy();
H A DTemplateDeduction.h280 void Destroy();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h169 void Destroy(ASTContext &Ctx);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h162 cache->Destroy(&primary_, &stats_);

Completed in 289 milliseconds

123