/llvm-project/compiler-rt/test/tsan/ |
H A D | mutex_annotations.cpp | 17 void Destroy() { in Destroy() function in Mutex
|
/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 59 void DelayedDiagnostic::Destroy() { in Destroy() function in DelayedDiagnostic
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 217 static void Destroy(SharedPayloadBase* shared) { in Destroy() function 389 void Destroy() { in Destroy() function
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayout.cpp | 21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy() function in ASTRecordLayout
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 58 void MsanThread::Destroy() { Destroy() function in __msan::MsanThread
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 56 void DFsanThread::Destroy() { Destroy() function in __dfsan::DFsanThread
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 142 template <typename AllocatorTy> void Destroy(AllocatorTy &allocator) { Destroy() function
|
H A D | ScopedHashTable.h | 76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() function
|
/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
|
/llvm-project/flang/runtime/ |
H A D | derived-api.cpp | 34 RTDEF(Destroy) RTDEF() argument
|
H A D | derived.cpp | 291 RT_API_ATTRS void Destroy(const Descriptor &descriptor, bool finalize, Destroy() function
|
/llvm-project/libc/test/src/__support/ |
H A D | fixedvector_test.cpp | 38 TEST(LlvmLibcFixedVectorTest, Destroy) { in TEST() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 95 void MemprofThread::Destroy() { Destroy() function in __memprof::MemprofThread
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 106 void Thread::Destroy() { in Destroy() function in __hwasan::Thread
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 214 void Destroy() { in Destroy() function
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
H A D | OrcV2CBindingsVeryLazy.c | 107 void Destroy(void *Ctx) {} in Destroy() function
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 121 void UserMutex::Destroy() { in Destroy() function in UserMutex 445 void ScopedThread::Destroy(const UserMutex &m) { in Destroy() function in ScopedThread
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 331 LLVMMemoryManagerDestroyCallback Destroy; global() member 408 LLVMCreateSimpleMCJITMemoryManager(void * Opaque,LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,LLVMMemoryManagerDestroyCallback Destroy) LLVMCreateSimpleMCJITMemoryManager() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 88 OrcCAPIMaterializationUnit(std::string Name,SymbolFlagsMap InitialSymbolFlags,SymbolStringPtr InitSymbol,void * Ctx,LLVMOrcMaterializationUnitMaterializeFunction Materialize,LLVMOrcMaterializationUnitDiscardFunction Discard,LLVMOrcMaterializationUnitDestroyFunction Destroy) OrcCAPIMaterializationUnit() argument 116 LLVMOrcMaterializationUnitDestroyFunction Destroy = nullptr; global() member in __anonc7ba09cc0111::OrcCAPIMaterializationUnit 429 LLVMOrcCreateCustomMaterializationUnit(const char * Name,void * Ctx,LLVMOrcCSymbolFlagsMapPairs Syms,size_t NumSyms,LLVMOrcSymbolStringPoolEntryRef InitSym,LLVMOrcMaterializationUnitMaterializeFunction Materialize,LLVMOrcMaterializationUnitDiscardFunction Discard,LLVMOrcMaterializationUnitDestroyFunction Destroy) LLVMOrcCreateCustomMaterializationUnit() argument 1036 LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks(LLVMOrcExecutionSessionRef ES,void * CreateContextCtx,LLVMMemoryManagerCreateContextCallback CreateContext,LLVMMemoryManagerNotifyTerminatingCallback NotifyTerminating,LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,LLVMMemoryManagerDestroyCallback Destroy) LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() argument 1075 LLVMMemoryManagerDestroyCallback Destroy = nullptr; LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member [all...] |
/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp |
|
H A D | RewriteRope.cpp |
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 379 return llvm::any_of(CorrespondingDestroyAddrs, [&](auto *Destroy) { in lifetimeEligibleForElide()
|
H A D | CoroInternal.h | 94 Destroy global() enumerator
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.cpp | 66 void FakeStack::Destroy(int tid) { in Destroy() function in __asan::FakeStack
|
H A D | asan_thread.cpp | 126 void AsanThread::Destroy() { Destroy() function in __asan::AsanThread
|