llvm::ThreadSafeTrieRawHashMapBase::destroyImpl

Destroy all stored values and free trie nodes.

Synopsis

Declared in <llvm/ADT/TrieRawHashMap.h>

void
destroyImpl(function_ref<void(void*)> Destructor);

Parameters

NameDescription
DestructorOptional callback invoked on each value's memory.