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

Declarations

tools/lldb/include/lldb/Core/PluginManager.h
  376   UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);

References

tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
   45   PluginManager::UnregisterPlugin(CreateInstance);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
   48   PluginManager::UnregisterPlugin(CreateInstance);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
   50   PluginManager::UnregisterPlugin(CreateInstance);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
   58   PluginManager::UnregisterPlugin(CreateInstance);