reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/BitVector.h
  163   ~BitVector() { std::free(Bits.data()); }
include/llvm/ADT/DenseMap.h
  723   ~DenseMap() {
include/llvm/ADT/SmallVector.h
  841   ~SmallVector() {
include/llvm/ADT/StringMap.h
  311   ~StringMap() {
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
  112   ~ThreadSafeModule() {
include/llvm/Support/Error.h
  444   using storage_type = typename std::conditional<isRef, wrap, T>::type;
include/llvm/Support/JSON.h
  370   ~Value() { destroy(); }
include/llvm/XRay/Profile.h
   86   ~Profile() = default;
lib/DebugInfo/GSYM/GsymReader.cpp
   33 GsymReader::~GsymReader() = default;
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
   35 ModuleDebugStreamRef::~ModuleDebugStreamRef() = default;
lib/IR/DataLayout.cpp
  609 DataLayout::~DataLayout() {
lib/Support/Path.cpp
 1132 TempFile::~TempFile() { assert(Done); }
tools/lldb/include/lldb/Symbol/CompilerDeclContext.h
   27   ~CompilerDeclContext() {}
tools/lldb/include/lldb/Utility/RangeMap.h
  137   ~RangeArray() = default;
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  240   ~PythonObject() { Reset(); }
tools/lldb/source/Utility/Args.cpp
  192 Args::~Args() {}
tools/lldb/source/Utility/Scalar.cpp
  417 Scalar::~Scalar() = default;
tools/lldb/unittests/TestingSupport/TestUtilities.cpp
   58 TestFile::~TestFile() {
tools/llvm-pdbutil/InputFile.cpp
   35 InputFile::~InputFile() {}
usr/include/c++/7.4.0/bits/basic_string.h
  646       ~basic_string()
usr/include/c++/7.4.0/bits/stl_map.h
  294       ~map() = default;
usr/include/c++/7.4.0/bits/stl_set.h
  271       ~set() = default;
usr/include/c++/7.4.0/bits/stl_vector.h
  433       ~vector() _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/unique_ptr.h
  264       ~unique_ptr() noexcept
usr/include/c++/7.4.0/chrono
  337 	~duration() = default;